Astroids.Classes.ControlHandler.ControlHandler C# (CSharp) Метод

ControlHandler() публичный Метод

public ControlHandler ( ) : System
Результат System
        public ControlHandler()
        {
            cActions = new List<string>();
            kbHandler = new KeyboardHandler();
            wmHandler = new WiimoteHandler();
            wiimoteIsConnected = wmHandler.CheckConnection();
        }