修改提示文本
This commit is contained in:
@@ -102,6 +102,7 @@ namespace SpineViewer.Controls
|
|||||||
int success = 0;
|
int success = 0;
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
||||||
|
worker.ReportProgress(0, $"已处理 0/{totalCount}");
|
||||||
for (int i = 0; i < totalCount; i++)
|
for (int i = 0; i < totalCount; i++)
|
||||||
{
|
{
|
||||||
if (worker.CancellationPending)
|
if (worker.CancellationPending)
|
||||||
|
|||||||
Reference in New Issue
Block a user