Пример #1
0
 private InputSystemCursor(InputSystemCursorShape type)
 {
     CursorShape = type;
 }
Пример #2
0
 public static InputSystemCursor Create(InputSystemCursorShape type)
 => new InputSystemCursor(type);