天天看點

Windows mobile 添加一個loading動畫

添加一個等待動畫來改善使用者體驗,代碼如下:

Cursor.Current = Cursors.WaitCursor;

//改為預設狀态

Cursor.Current = Cursors.Default;

繼續閱讀