PageRenderTime 34ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/V1/trunk/Source/QuickStarts/Modularity/DirectoryLookupModularity/ModuleC/Properties/Resources.Designer.cs

#
C# | 71 lines | 40 code | 8 blank | 23 comment | 2 complexity | ee1e8a80c43f992b774c474ada25b67a MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.1434
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace ModuleC.Properties
  11. {
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources
  23. {
  24. private static global::System.Resources.ResourceManager resourceMan;
  25. private static global::System.Globalization.CultureInfo resourceCulture;
  26. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  27. internal Resources()
  28. {
  29. }
  30. /// <summary>
  31. /// Returns the cached ResourceManager instance used by this class.
  32. /// </summary>
  33. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  34. internal static global::System.Resources.ResourceManager ResourceManager
  35. {
  36. get
  37. {
  38. if ((resourceMan == null))
  39. {
  40. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModuleC.Properties.Resources", typeof(Resources).Assembly);
  41. resourceMan = temp;
  42. }
  43. return resourceMan;
  44. }
  45. }
  46. /// <summary>
  47. /// Overrides the current thread's CurrentUICulture property for all
  48. /// resource lookups using this strongly typed resource class.
  49. /// </summary>
  50. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  51. internal static global::System.Globalization.CultureInfo Culture
  52. {
  53. get
  54. {
  55. return resourceCulture;
  56. }
  57. set
  58. {
  59. resourceCulture = value;
  60. }
  61. }
  62. }
  63. }