Clients/Test/Properties/Settings.Designer.cs
author StephaneLenclud
Wed, 03 Feb 2016 13:02:48 +0100
changeset 190 60977f2b3ca7
parent 159 Client/Properties/Settings.Designer.cs@e7c8c2b500bd
child 230 8c5cf2228e9a
permissions -rw-r--r--
Moving our test client around.
sl@18
     1
//------------------------------------------------------------------------------
sl@18
     2
// <auto-generated>
sl@18
     3
//     This code was generated by a tool.
StephaneLenclud@159
     4
//     Runtime Version:4.0.30319.42000
sl@18
     5
//
sl@18
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@18
     7
//     the code is regenerated.
sl@18
     8
// </auto-generated>
sl@18
     9
//------------------------------------------------------------------------------
sl@18
    10
sl@43
    11
namespace SharpDisplayClient.Properties {
sl@43
    12
    
sl@43
    13
    
sl@18
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
StephaneLenclud@159
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
sl@43
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
sl@43
    17
        
sl@18
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@43
    19
        
sl@43
    20
        public static Settings Default {
sl@43
    21
            get {
sl@18
    22
                return defaultInstance;
sl@18
    23
            }
sl@18
    24
        }
sl@18
    25
    }
sl@18
    26
}