Clients/Test/Properties/Settings.Designer.cs
author Stephane Lenclud
Sun, 31 Jul 2016 12:03:52 +0200
changeset 230 8c5cf2228e9a
parent 190 60977f2b3ca7
permissions -rw-r--r--
Published v0.10.2.0.
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
Stephane@230
    11
namespace SharpDisplayClientTest.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
}