PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Katmai_July_CTP/HelloWorld_CLR/HelloWorldClient/cs/HelloWorldClient/Properties/Resources.cs

#
C# | 61 lines | 30 code | 8 blank | 23 comment | 2 complexity | bce3f7fd9224d66fa9803c7383586894 MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.40603.0
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. //------------------------------------------------------------------------------
  10. namespace Properties {
  11. using System;
  12. using System.IO;
  13. using System.Resources;
  14. /// <summary>
  15. /// A strongly-typed resource class, for looking up localized strings, etc.
  16. /// </summary>
  17. // This class was auto-generated by the Strongly Typed Resource Builder
  18. // class via a tool like ResGen or Visual Studio.NET.
  19. // To add or remove a member, edit your .ResX file then rerun ResGen
  20. // with the /str option, or rebuild your VS project.
  21. class Resources {
  22. private static System.Resources.ResourceManager _resMgr;
  23. private static System.Globalization.CultureInfo _resCulture;
  24. /*FamANDAssem*/ internal Resources() {
  25. }
  26. /// <summary>
  27. /// Returns the cached ResourceManager instance used by this class.
  28. /// </summary>
  29. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  30. public static System.Resources.ResourceManager ResourceManager {
  31. get {
  32. if ((_resMgr == null)) {
  33. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
  34. _resMgr = temp;
  35. }
  36. return _resMgr;
  37. }
  38. }
  39. /// <summary>
  40. /// Overrides the current thread's CurrentUICulture property for all
  41. /// resource lookups using this strongly typed resource class.
  42. /// </summary>
  43. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  44. public static System.Globalization.CultureInfo Culture {
  45. get {
  46. return _resCulture;
  47. }
  48. set {
  49. _resCulture = value;
  50. }
  51. }
  52. }
  53. }