Client/Properties/Settings.Designer.cs
author sl
Fri, 15 Aug 2014 13:26:38 +0200
changeset 32 4c416d2878dd
child 43 86aad774b532
permissions -rw-r--r--
Reworking our protocols. Client name now displayed in our clients tab.
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@18
    11
namespace SharpDisplayClient.Properties
sl@18
    12
{
sl@18
    13
sl@18
    14
sl@18
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@18
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
sl@18
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
sl@18
    18
    {
sl@18
    19
sl@18
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@18
    21
sl@18
    22
        public static Settings Default
sl@18
    23
        {
sl@18
    24
            get
sl@18
    25
            {
sl@18
    26
                return defaultInstance;
sl@18
    27
            }
sl@18
    28
        }
sl@18
    29
    }
sl@18
    30
}