Added better error handling + added bulk handling of payable import BOD-152
This commit is contained in:
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -92,5 +92,17 @@ namespace BodyshopPartner.Properties {
|
||||
this["AutoStartMonitor"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string QuickBooksFilePath {
|
||||
get {
|
||||
return ((string)(this["QuickBooksFilePath"]));
|
||||
}
|
||||
set {
|
||||
this["QuickBooksFilePath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user