void EventInput_CharEntered(object sender, CharacterEventArgs e) { InputBox.AddCharToQueue(e.Character); }