Clients/Test/Properties/Settings.Designer.cs
changeset 190 60977f2b3ca7
parent 159 e7c8c2b500bd
child 230 8c5cf2228e9a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Clients/Test/Properties/Settings.Designer.cs	Wed Feb 03 13:02:48 2016 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +//------------------------------------------------------------------------------
     1.5 +// <auto-generated>
     1.6 +//     This code was generated by a tool.
     1.7 +//     Runtime Version:4.0.30319.42000
     1.8 +//
     1.9 +//     Changes to this file may cause incorrect behavior and will be lost if
    1.10 +//     the code is regenerated.
    1.11 +// </auto-generated>
    1.12 +//------------------------------------------------------------------------------
    1.13 +
    1.14 +namespace SharpDisplayClient.Properties {
    1.15 +    
    1.16 +    
    1.17 +    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    1.18 +    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
    1.19 +    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1.20 +        
    1.21 +        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
    1.22 +        
    1.23 +        public static Settings Default {
    1.24 +            get {
    1.25 +                return defaultInstance;
    1.26 +            }
    1.27 +        }
    1.28 +    }
    1.29 +}