Clients/Idle/Properties/Settings.Designer.cs
author StephaneLenclud
Thu, 28 Jul 2016 19:32:40 +0200
changeset 225 6ccaa430aa23
parent 197 c66ec88ed19d
child 230 8c5cf2228e9a
permissions -rw-r--r--
Adding support for Display Messages.
StephaneLenclud@189
     1
//------------------------------------------------------------------------------
StephaneLenclud@189
     2
// <auto-generated>
StephaneLenclud@189
     3
//     This code was generated by a tool.
StephaneLenclud@189
     4
//     Runtime Version:4.0.30319.42000
StephaneLenclud@189
     5
//
StephaneLenclud@189
     6
//     Changes to this file may cause incorrect behavior and will be lost if
StephaneLenclud@189
     7
//     the code is regenerated.
StephaneLenclud@189
     8
// </auto-generated>
StephaneLenclud@189
     9
//------------------------------------------------------------------------------
StephaneLenclud@189
    10
StephaneLenclud@225
    11
namespace SharpDisplayClientIdle.Properties {
Stephane@197
    12
    
Stephane@197
    13
    
StephaneLenclud@189
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Stephane@197
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
Stephane@197
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
Stephane@197
    17
        
StephaneLenclud@189
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
Stephane@197
    19
        
Stephane@197
    20
        public static Settings Default {
Stephane@197
    21
            get {
StephaneLenclud@189
    22
                return defaultInstance;
StephaneLenclud@189
    23
            }
StephaneLenclud@189
    24
        }
StephaneLenclud@189
    25
    }
StephaneLenclud@189
    26
}