Added support for 2 instances.

This commit is contained in:
Szymon Porwolik
2019-08-24 22:03:32 +02:00
parent ad299b227b
commit 073b9a72e2
9 changed files with 334 additions and 22 deletions

View File

@@ -130,5 +130,53 @@ namespace Perun_v1.Properties {
this["MYSQL_Port"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string OTHER_LOTATC_FILE2 {
get {
return ((string)(this["OTHER_LOTATC_FILE2"]));
}
set {
this["OTHER_LOTATC_FILE2"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string OTHER_SRS_FILE2 {
get {
return ((string)(this["OTHER_SRS_FILE2"]));
}
set {
this["OTHER_SRS_FILE2"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool OTHER_LOTATC_USE2 {
get {
return ((bool)(this["OTHER_LOTATC_USE2"]));
}
set {
this["OTHER_LOTATC_USE2"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool OTHER_SRS_USE2 {
get {
return ((bool)(this["OTHER_SRS_USE2"]));
}
set {
this["OTHER_SRS_USE2"] = value;
}
}
}
}