mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 禁止SYSLIB5005警告
This commit is contained in:
@@ -90,6 +90,7 @@ public class ViewUpgradingDialogViewModel : BaseDialogViewModel
|
||||
Task.Run(() => { Upgrade1_0_20To1_0_21(); });
|
||||
}
|
||||
|
||||
#pragma warning disable SYSLIB5005
|
||||
private void Upgrade1_0_20To1_0_21()
|
||||
{
|
||||
var noMigrate = false;
|
||||
@@ -311,6 +312,7 @@ public class ViewUpgradingDialogViewModel : BaseDialogViewModel
|
||||
Dispatcher.UIThread.Invoke(() => RaiseRequestClose(new DialogResult()));
|
||||
}
|
||||
}
|
||||
#pragma warning restore SYSLIB5005
|
||||
|
||||
private class DownloadedWithData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user