Created monitoring object and refactored code accordingly.
This commit is contained in:
4
BodyshopUploader/Properties/Settings.Designer.cs
generated
4
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -49,9 +49,9 @@ namespace BodyshopUploader.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ImEX\r\nC:\\000")]
|
||||
public global::System.Collections.ObjectModel.ObservableCollection<System.String> MonitoringPaths {
|
||||
public global::System.Collections.Generic.List<System.String> MonitoringPaths {
|
||||
get {
|
||||
return ((global::System.Collections.ObjectModel.ObservableCollection<System.String>)(this["MonitoringPaths"]));
|
||||
return ((global::System.Collections.Generic.List<System.String>)(this["MonitoringPaths"]));
|
||||
}
|
||||
set {
|
||||
this["MonitoringPaths"] = value;
|
||||
|
||||
Reference in New Issue
Block a user