运行结果
代码
protected override async Task InitializeAsync()
{
using (ProgressorSource progressorSource = new ProgressorSource("初始化..."))
{
await QueuedTask.Run(delegate
{
MessageBox.Show(licenseExpirationDate.ToString());
}, progressorSource.Progressor);
}
}
在编译时不知道为什么不显示,但是单独打开pro后会显示