更新Demo
This commit is contained in:
parent
229e7424ce
commit
6055450e7e
Binary file not shown.
@ -197,10 +197,17 @@ namespace Sunny.UI.Demo
|
|||||||
|
|
||||||
private void uiSymbolButton11_Click(object sender, EventArgs e)
|
private void uiSymbolButton11_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
ShowWaitForm();
|
ShowWaitForm("准备开始...");
|
||||||
Thread.Sleep(3000);
|
Thread.Sleep(1000);
|
||||||
SetWaitFormDescription(UILocalize.SystemProcessing + "50%");
|
SetWaitFormDescription(UILocalize.SystemProcessing + "20%");
|
||||||
Thread.Sleep(3000);
|
Thread.Sleep(1000);
|
||||||
|
SetWaitFormDescription(UILocalize.SystemProcessing + "40%");
|
||||||
|
Thread.Sleep(1000);
|
||||||
|
SetWaitFormDescription(UILocalize.SystemProcessing + "60%");
|
||||||
|
Thread.Sleep(1000);
|
||||||
|
SetWaitFormDescription(UILocalize.SystemProcessing + "80%");
|
||||||
|
Thread.Sleep(1000);
|
||||||
|
SetWaitFormDescription(UILocalize.SystemProcessing + "100%");
|
||||||
HideWaitForm();
|
HideWaitForm();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user