Cursor.Current = Cursors.WaitCursor;
.....................
.......................
......................
if(Cursor.Current!=null)
{
Cursor.Current=Cursors.Default;
}
|
Cursor.Current = Cursors.WaitCursor; ..................... ....................... ...................... if(Cursor.Current!=null) { Cursor.Current=Cursors.Default; } 程序员问答社区,解决您的IT难题
|
||