Beispiel #1
0
 private void outputTxtBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Computer.AddCharToBuffer(e.KeyChar);
 }