Add Task Page (#166)

This commit is contained in:
2022-12-10 17:50:35 +08:00
parent 0d1bad5551
commit 59af1e468d
13 changed files with 731 additions and 4 deletions

View File

@@ -1185,6 +1185,15 @@ namespace GrasscutterTools.Properties {
}
}
/// <summary>
/// 查找类似 任务已经启动,无法操作 的本地化字符串。
/// </summary>
internal static string TaskRunningCannotOperated {
get {
return ResourceManager.GetString("TaskRunningCannotOperated", resourceCulture);
}
}
/// <summary>
/// 查找类似 提示 的本地化字符串。
/// </summary>