Skip to content

SetWaitFormDescription不起作用 #104

Description

@att1008

`this.ShowWaitForm("准备抓取数据...");
foreach (var viewModel in models)
{
this.SetWaitFormDescription($"正在抓取{viewModel.MatchNo} {viewModel.HomeTeam} vs {viewModel.AwayTeam}");
//var matchInfo = viewModel.Adapt();
//if (await ApiClient.DownloadMatchInfoAsync(matchInfo))
//{
// outputModelList.Add(matchInfo);
//}

}

`
第一次循环的SetWaitFormDescription不起作用,应该是更新太快了,如果在SetWaitFormDescription前面delay2000ms就可以正常显示

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions