Clients/Idle/Properties/Settings.Designer.cs
author StephaneLenclud
Tue, 02 Feb 2016 19:50:33 +0100
changeset 189 bedae992f4ee
child 197 c66ec88ed19d
permissions -rw-r--r--
Creating Idle Client project.
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@189
    11
namespace SharpDisplayIdleClient.Properties
StephaneLenclud@189
    12
{
StephaneLenclud@189
    13
StephaneLenclud@189
    14
StephaneLenclud@189
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
StephaneLenclud@189
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
StephaneLenclud@189
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
StephaneLenclud@189
    18
    {
StephaneLenclud@189
    19
StephaneLenclud@189
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
StephaneLenclud@189
    21
StephaneLenclud@189
    22
        public static Settings Default
StephaneLenclud@189
    23
        {
StephaneLenclud@189
    24
            get
StephaneLenclud@189
    25
            {
StephaneLenclud@189
    26
                return defaultInstance;
StephaneLenclud@189
    27
            }
StephaneLenclud@189
    28
        }
StephaneLenclud@189
    29
    }
StephaneLenclud@189
    30
}