src/GestureControl/Properties/Settings.Designer.cs
author ARIAS Santiago
Mon, 26 Oct 2009 08:36:15 +0100
changeset 173 e99fe78cd168
permissions -rw-r--r--
Gesture Control Integration in the Control Player
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
173
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     1
//------------------------------------------------------------------------------
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     2
// <auto-generated>
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     3
//     Ce code a été généré par un outil.
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     4
//     Version du runtime :2.0.50727.4927
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     5
//
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     6
//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     7
//     le code est régénéré.
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     8
// </auto-generated>
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
     9
//------------------------------------------------------------------------------
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    10
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    11
namespace GestureControl.Properties {
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    12
    
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    13
    
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    17
        
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    19
        
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    20
        public static Settings Default {
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    21
            get {
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    22
                return defaultInstance;
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    23
            }
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    24
        }
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    25
    }
e99fe78cd168 Gesture Control Integration in the Control Player
ARIAS Santiago
parents:
diff changeset
    26
}