IO-70 OEC Connection Settings

This commit is contained in:
Patrick Fic
2021-11-29 14:52:17 -08:00
parent 74cb593c66
commit 1db1b0c40c
11 changed files with 763 additions and 83 deletions

View File

@@ -152,5 +152,17 @@ namespace BodyshopPartner.Properties {
this["PaintScalePath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\CIECA\\MITCHELL\\EXPORT")]
public string EmsExportPath {
get {
return ((string)(this["EmsExportPath"]));
}
set {
this["EmsExportPath"] = value;
}
}
}
}