示例#1
0
 public static void Set()
 {
     W32Wrapper.SetWaitCursor();
 }
示例#2
0
 public static void Restore()
 {
     W32Wrapper.Restore();
 }