private void txt_codeBank_PreviewTextInput(object sender, TextCompositionEventArgs e) { txt_filter.chequeSerial(e); }
private void txtIdPosti_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.chequeSerial(e); }
private void btn_code_bank_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.chequeSerial(e); }