/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 11namespace Properties { 12 using System; 13 using System.IO; 14 using System.Resources; 15 16 17 /// <summary> 18 /// A strongly-typed resource class, for looking up localized strings, etc. 19 /// </summary> 20 // This class was auto-generated by the Strongly Typed Resource Builder 21 // class via a tool like ResGen or Visual Studio.NET. 22 // To add or remove a member, edit your .ResX file then rerun ResGen 23 // with the /str option, or rebuild your VS project. 24 class Resources { 25 26 private static System.Resources.ResourceManager _resMgr; 27 28 private static System.Globalization.CultureInfo _resCulture; 29 30 /*FamANDAssem*/ internal Resources() { 31 } 32 33 /// <summary> 34 /// Returns the cached ResourceManager instance used by this class. 35 /// </summary> 36 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 37 public static System.Resources.ResourceManager ResourceManager { 38 get { 39 if ((_resMgr == null)) { 40 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly); 41 _resMgr = temp; 42 } 43 return _resMgr; 44 } 45 } 46 47 /// <summary> 48 /// Overrides the current thread's CurrentUICulture property for all 49 /// resource lookups using this strongly typed resource class. 50 /// </summary> 51 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 52 public static System.Globalization.CultureInfo Culture { 53 get { 54 return _resCulture; 55 } 56 set { 57 _resCulture = value; 58 } 59 } 60 } 61}