예제 #1
0
 void EventInput_CharEntered(object sender, CharacterEventArgs e)
 {
     InputBox.AddCharToQueue(e.Character);
 }