PageRenderTime 107ms CodeModel.GetById 4ms RepoModel.GetById 1ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/Modularity/ConfigurationModularity/ModuleC/Properties/Resources.Designer.cs

#
C# | 87 lines | 40 code | 8 blank | 39 comment | 2 complexity | e8f20165c477117604d994af05a44845 MD5 | raw file
  1. //===================================================================================
  2. // Microsoft patterns & practices
  3. // Composite Application Guidance for Windows Presentation Foundation and Silverlight
  4. //===================================================================================
  5. // Copyright (c) Microsoft Corporation. All rights reserved.
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  7. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  8. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  9. // FITNESS FOR A PARTICULAR PURPOSE.
  10. //===================================================================================
  11. // The example companies, organizations, products, domain names,
  12. // e-mail addresses, logos, people, places, and events depicted
  13. // herein are fictitious. No association with any real company,
  14. // organization, product, domain name, email address, logo, person,
  15. // places, or events is intended or should be inferred.
  16. //===================================================================================
  17. //------------------------------------------------------------------------------
  18. // <auto-generated>
  19. // This code was generated by a tool.
  20. // Runtime Version:2.0.50727.1434
  21. //
  22. // Changes to this file may cause incorrect behavior and will be lost if
  23. // the code is regenerated.
  24. // </auto-generated>
  25. //------------------------------------------------------------------------------
  26. namespace ModuleC.Properties
  27. {
  28. /// <summary>
  29. /// A strongly-typed resource class, for looking up localized strings, etc.
  30. /// </summary>
  31. // This class was auto-generated by the StronglyTypedResourceBuilder
  32. // class via a tool like ResGen or Visual Studio.
  33. // To add or remove a member, edit your .ResX file then rerun ResGen
  34. // with the /str option, or rebuild your VS project.
  35. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  36. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  37. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  38. internal class Resources
  39. {
  40. private static global::System.Resources.ResourceManager resourceMan;
  41. private static global::System.Globalization.CultureInfo resourceCulture;
  42. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  43. internal Resources()
  44. {
  45. }
  46. /// <summary>
  47. /// Returns the cached ResourceManager instance used by this class.
  48. /// </summary>
  49. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  50. internal static global::System.Resources.ResourceManager ResourceManager
  51. {
  52. get
  53. {
  54. if ((resourceMan == null))
  55. {
  56. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModuleC.Properties.Resources", typeof(Resources).Assembly);
  57. resourceMan = temp;
  58. }
  59. return resourceMan;
  60. }
  61. }
  62. /// <summary>
  63. /// Overrides the current thread's CurrentUICulture property for all
  64. /// resource lookups using this strongly typed resource class.
  65. /// </summary>
  66. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  67. internal static global::System.Globalization.CultureInfo Culture
  68. {
  69. get
  70. {
  71. return resourceCulture;
  72. }
  73. set
  74. {
  75. resourceCulture = value;
  76. }
  77. }
  78. }
  79. }