Beispiel #1
0
 void Type(char ch)
 {
     if (Cpu != null)
     {
         Cpu.KeyInput(ch);
     }
 }