Created monitoring object and refactored code accordingly.

This commit is contained in:
Patrick Fic
2020-01-17 14:19:49 -08:00
parent 3357a8a564
commit b7218b6771
16 changed files with 217 additions and 76 deletions

View File

@@ -114,6 +114,24 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to File Path.
/// </summary>
public static string Label_FilePath {
get {
return ResourceManager.GetString("Label_FilePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Source System.
/// </summary>
public static string Label_SourceSystem {
get {
return ResourceManager.GetString("Label_SourceSystem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start All Monitors.
/// </summary>
@@ -141,6 +159,15 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to New Job Uploaded.
/// </summary>
public static string Msg_NewJobUploaded {
get {
return ResourceManager.GetString("Msg_NewJobUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>