added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / WpfDataBindingToWcfResults / service / properties / resources.cs
blobdb82d9baa2792f377b033eba82aa03cd777f955a
1 //------------------------------------------------------------------------------
2 // <autogenerated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.40903.19
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </autogenerated>
9 //------------------------------------------------------------------------------
11 namespace Properties {
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 {
23 private static System.Resources.ResourceManager _resMgr;
25 private static System.Globalization.CultureInfo _resCulture;
27 /*FamANDAssem*/ internal Resources() {
30 /// <summary>
31 /// Returns the cached ResourceManager instance used by this class.
32 /// </summary>
33 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
34 public static System.Resources.ResourceManager ResourceManager {
35 get {
36 if ((_resMgr == null)) {
37 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
38 _resMgr = temp;
40 return _resMgr;
44 /// <summary>
45 /// Overrides the current thread's CurrentUICulture property for all
46 /// resource lookups using this strongly typed resource class.
47 /// </summary>
48 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
49 public static System.Globalization.CultureInfo Culture {
50 get {
51 return _resCulture;
53 set {
54 _resCulture = value;