|
|
@@ -142,5 +142,17 @@ namespace UAS_LabelMachine.Properties {
|
|
|
this["OutPrinter"] = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
+ public bool FTPNET {
|
|
|
+ get {
|
|
|
+ return ((bool)(this["FTPNET"]));
|
|
|
+ }
|
|
|
+ set {
|
|
|
+ this["FTPNET"] = value;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|