Пример #1
0
 static void Main(string[] args)
 {
     var a = 5;
     Interface gameInterface = new Interface();
     gameInterface.KeyHandler();
 }