Client/Properties/Resources.Designer.cs
changeset 43 86aad774b532
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
     1.1 --- a/Client/Properties/Resources.Designer.cs	Fri Aug 22 10:55:34 2014 +0200
     1.2 +++ b/Client/Properties/Resources.Designer.cs	Fri Aug 22 22:48:30 2014 +0200
     1.3 @@ -8,10 +8,10 @@
     1.4  // </auto-generated>
     1.5  //------------------------------------------------------------------------------
     1.6  
     1.7 -namespace SharpDisplayClient.Properties
     1.8 -{
     1.9 -
    1.10 -
    1.11 +namespace SharpDisplayClient.Properties {
    1.12 +    using System;
    1.13 +    
    1.14 +    
    1.15      /// <summary>
    1.16      ///   A strongly-typed resource class, for looking up localized strings, etc.
    1.17      /// </summary>
    1.18 @@ -22,48 +22,40 @@
    1.19      [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    1.20      [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.21      [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    1.22 -    internal class Resources
    1.23 -    {
    1.24 -
    1.25 +    internal class Resources {
    1.26 +        
    1.27          private static global::System.Resources.ResourceManager resourceMan;
    1.28 -
    1.29 +        
    1.30          private static global::System.Globalization.CultureInfo resourceCulture;
    1.31 -
    1.32 +        
    1.33          [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
    1.34 -        internal Resources()
    1.35 -        {
    1.36 +        internal Resources() {
    1.37          }
    1.38 -
    1.39 +        
    1.40          /// <summary>
    1.41          ///   Returns the cached ResourceManager instance used by this class.
    1.42          /// </summary>
    1.43          [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    1.44 -        internal static global::System.Resources.ResourceManager ResourceManager
    1.45 -        {
    1.46 -            get
    1.47 -            {
    1.48 -                if ((resourceMan == null))
    1.49 -                {
    1.50 +        internal static global::System.Resources.ResourceManager ResourceManager {
    1.51 +            get {
    1.52 +                if (object.ReferenceEquals(resourceMan, null)) {
    1.53                      global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayClient.Properties.Resources", typeof(Resources).Assembly);
    1.54                      resourceMan = temp;
    1.55                  }
    1.56                  return resourceMan;
    1.57              }
    1.58          }
    1.59 -
    1.60 +        
    1.61          /// <summary>
    1.62          ///   Overrides the current thread's CurrentUICulture property for all
    1.63          ///   resource lookups using this strongly typed resource class.
    1.64          /// </summary>
    1.65          [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    1.66 -        internal static global::System.Globalization.CultureInfo Culture
    1.67 -        {
    1.68 -            get
    1.69 -            {
    1.70 +        internal static global::System.Globalization.CultureInfo Culture {
    1.71 +            get {
    1.72                  return resourceCulture;
    1.73              }
    1.74 -            set
    1.75 -            {
    1.76 +            set {
    1.77                  resourceCulture = value;
    1.78              }
    1.79          }