예제 #1
0
 public static MouseCursor GetMouseCursor(CursorType cursorType)
 {
     return(cursors.GetMouseCursor(cursorType));
 }