Beispiel #1
0
 private void reorderLevelTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     _common.ValidationNumberOnly(e, sender);
 }