示例#1
0
 private void Int_PreviewText(object sender, TextCompositionEventArgs e)
 {
     IntegerInput.PreviewTextInputHandler(sender, e);
 }
 private void ParticipantsTextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     IntegerInput.PreviewTextInputHandler(sender, e);
 }