Refactor GQL code. Auto load and save active shops. Auto start monitors.

This commit is contained in:
Patrick Fic
2020-01-20 15:42:59 -08:00
parent bc5cb13113
commit fa75c58633
11 changed files with 166 additions and 68 deletions

View File

@@ -114,6 +114,15 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Auto-start Monitors.
/// </summary>
public static string Label_AutoStartMonitor {
get {
return ResourceManager.GetString("Label_AutoStartMonitor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File Path.
/// </summary>
@@ -168,6 +177,15 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Error uploading job..
/// </summary>
public static string Msg_NewJobUploadError {
get {
return ResourceManager.GetString("Msg_NewJobUploadError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>