Пример #1
0
 internal static void Start(Window window)
 {
     Singleton = new Input();
     Singleton.AttachToWindow(window);
 }