Пример #1
0
 private void Int_PreviewText(object sender, TextCompositionEventArgs e)
 {
     IntegerInput.PreviewTextInputHandler(sender, e);
 }
Пример #2
0
 private void ParticipantsTextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     IntegerInput.PreviewTextInputHandler(sender, e);
 }