Client/Properties/Settings.Designer.cs
author sl
Tue, 16 Dec 2014 16:35:55 +0100
changeset 79 76564df23849
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
permissions -rw-r--r--
Adding indicators layout demo.
sl@18
     1
//------------------------------------------------------------------------------
sl@18
     2
// <auto-generated>
sl@18
     3
//     This code was generated by a tool.
sl@18
     4
//     Runtime Version:4.0.30319.18444
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()]
sl@18
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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
}