예제 #1
0
 private void txt_codeBank_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     txt_filter.chequeSerial(e);
 }
예제 #2
0
 private void txtIdPosti_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.chequeSerial(e);
 }
 private void btn_code_bank_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.chequeSerial(e);
 }