Client/Properties/Settings.Designer.cs
author sl
Sat, 16 Aug 2014 11:15:42 +0200
changeset 33 1363bda20171
child 43 86aad774b532
permissions -rw-r--r--
Adding texts fields to our test client.
Trying to fix bugs and optimize our marquee control.
Creating a proper ClientData class to use in our UI thread client dictionary.
Centralising tree-view update.
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
}