天天看点

Windows mobile 添加一个loading动画

添加一个等待动画来改善用户体验,代码如下:

Cursor.Current = Cursors.WaitCursor;

//改为默认状态

Cursor.Current = Cursors.Default;

继续阅读