ProjetThe/ProjetTheAlone/Config/Settings1.Designer.cs

52 lines
2.2 KiB
C#
Raw Normal View History

2019-01-20 11:46:45 +01:00
//------------------------------------------------------------------------------
// <auto-generated>
2019-01-27 19:41:24 +01:00
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
2019-01-20 11:46:45 +01:00
//
2019-01-27 19:41:24 +01:00
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
2019-01-20 11:46:45 +01:00
// </auto-generated>
//------------------------------------------------------------------------------
2019-01-24 22:24:05 +01:00
namespace ProjetTheAlone.Config {
2019-01-20 11:46:45 +01:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2019-01-27 19:41:24 +01:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
2019-01-20 11:46:45 +01:00
internal sealed partial class Settings1 : global::System.Configuration.ApplicationSettingsBase {
private static Settings1 defaultInstance = ((Settings1)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings1())));
public static Settings1 Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-01-27 19:41:24 +01:00
public global::System.Collections.Specialized.StringCollection alerte {
2019-01-20 11:46:45 +01:00
get {
2019-01-27 19:41:24 +01:00
return ((global::System.Collections.Specialized.StringCollection)(this["alerte"]));
2019-01-20 11:46:45 +01:00
}
set {
2019-01-27 19:41:24 +01:00
this["alerte"] = value;
2019-01-20 11:46:45 +01:00
}
}
2019-01-27 10:22:31 +01:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-01-27 19:41:24 +01:00
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=\"C:\\Users\\adrie\\OneDrive - Ha" +
"ute Ecole de la ville de Liège\\3is\\poo\\ProjetTheAlone\\ProjetTheAlone\\ProjetThe.m" +
"df\";Integrated Security=True")]
public string schCon {
2019-01-27 10:22:31 +01:00
get {
2019-01-27 19:41:24 +01:00
return ((string)(this["schCon"]));
2019-01-27 10:22:31 +01:00
}
set {
2019-01-27 19:41:24 +01:00
this["schCon"] = value;
2019-01-27 10:22:31 +01:00
}
}
2019-01-20 11:46:45 +01:00
}
}