Properties/Settings.Designer.cs
author StephaneLenclud
Thu, 14 May 2015 22:43:17 +0200
changeset 0 1d4344872495
permissions -rw-r--r--
First drop.
Basic Sky Deutschland package frequency parssing.
StephaneLenclud@0
     1
//------------------------------------------------------------------------------
StephaneLenclud@0
     2
// <auto-generated>
StephaneLenclud@0
     3
//     This code was generated by a tool.
StephaneLenclud@0
     4
//     Runtime Version:4.0.30319.18408
StephaneLenclud@0
     5
//
StephaneLenclud@0
     6
//     Changes to this file may cause incorrect behavior and will be lost if
StephaneLenclud@0
     7
//     the code is regenerated.
StephaneLenclud@0
     8
// </auto-generated>
StephaneLenclud@0
     9
//------------------------------------------------------------------------------
StephaneLenclud@0
    10
StephaneLenclud@0
    11
namespace SatChanGen.Properties
StephaneLenclud@0
    12
{
StephaneLenclud@0
    13
StephaneLenclud@0
    14
StephaneLenclud@0
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
StephaneLenclud@0
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
StephaneLenclud@0
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
StephaneLenclud@0
    18
    {
StephaneLenclud@0
    19
StephaneLenclud@0
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
StephaneLenclud@0
    21
StephaneLenclud@0
    22
        public static Settings Default
StephaneLenclud@0
    23
        {
StephaneLenclud@0
    24
            get
StephaneLenclud@0
    25
            {
StephaneLenclud@0
    26
                return defaultInstance;
StephaneLenclud@0
    27
            }
StephaneLenclud@0
    28
        }
StephaneLenclud@0
    29
    }
StephaneLenclud@0
    30
}