Implemented Queues and folder monitors.

This commit is contained in:
Patrick Fic
2020-01-17 10:01:06 -08:00
parent 2b3d9ac76b
commit 572f409176
13 changed files with 388 additions and 41 deletions

View File

@@ -114,6 +114,24 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Start All Monitors.
/// </summary>
public static string Label_StartAllMonitors {
get {
return ResourceManager.GetString("Label_StartAllMonitors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stop All Monitors.
/// </summary>
public static string Label_StopAllMonitors {
get {
return ResourceManager.GetString("Label_StopAllMonitors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>

View File

@@ -135,6 +135,12 @@
<data name="Label_AddMonitoringPath" xml:space="preserve">
<value>Add Path</value>
</data>
<data name="Label_StartAllMonitors" xml:space="preserve">
<value>Start All Monitors</value>
</data>
<data name="Label_StopAllMonitors" xml:space="preserve">
<value>Stop All Monitors</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
</data>