IO-2217 Partner changes for generating part price changes.

This commit is contained in:
Patrick Fic
2023-03-16 13:34:13 -07:00
parent bd3e55a878
commit c16243eb3c
13 changed files with 382 additions and 44 deletions

View File

@@ -200,5 +200,17 @@ namespace RomeOnlinePartner.Properties {
this["PaintScaleImportTimer"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\CIECA\\CCC\\IMPORT")]
public string PpcExportPath {
get {
return ((string)(this["PpcExportPath"]));
}
set {
this["PpcExportPath"] = value;
}
}
}
}