IdwTest/Properties/Settings.Designer.cs
author StephaneLenclud
Mon, 28 Apr 2014 20:02:08 +0200 (2014-04-28)
changeset 5 d16669f69f0d
permissions -rw-r--r--
IdwTest:Adding support for sending text to VFD.
sl@4
     1
//------------------------------------------------------------------------------
sl@4
     2
// <auto-generated>
sl@4
     3
//     This code was generated by a tool.
sl@4
     4
//     Runtime Version:4.0.30319.18444
sl@4
     5
//
sl@4
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@4
     7
//     the code is regenerated.
sl@4
     8
// </auto-generated>
sl@4
     9
//------------------------------------------------------------------------------
sl@4
    10
sl@4
    11
namespace IdwTest.Properties
sl@4
    12
{
sl@4
    13
sl@4
    14
sl@4
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@4
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
sl@4
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
sl@4
    18
    {
sl@4
    19
sl@4
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@4
    21
sl@4
    22
        public static Settings Default
sl@4
    23
        {
sl@4
    24
            get
sl@4
    25
            {
sl@4
    26
                return defaultInstance;
sl@4
    27
            }
sl@4
    28
        }
sl@4
    29
    }
sl@4
    30
}