private void TxtTotalDebtor_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.CheckIsNumeric(e); c.AddZero(sender, e); }
private void txtNerkhBime_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.CheckIsNumeric(e); c.AddZero(sender, e); }
private void txtPrice_PreviewTextInput(object sender, TextCompositionEventArgs e) { txt_filter.AddZero(sender, e); }
private void txtAmortizationRate_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e) { c.CheckIsNumeric(e); c.AddZero(sender, e); }
private void txt_mablagheCheque_PreviewTextInput(object sender, TextCompositionEventArgs e) { txt_filter.CheckIsNumeric(e); txt_filter.AddZero(sender, e); }
private void txt_serialeCheque_PreviewTextInput(object sender, TextCompositionEventArgs e) { txt_filter.chequeSerial(e); txt_filter.AddZero(sender, e); }
private void CheckIsNumericAndAddZero(object sender, TextCompositionEventArgs e) { c.CheckIsNumeric(e); c.AddZero(sender, e); }
private void txtPrice_PreviewTextInput(object sender, TextCompositionEventArgs e) { c.AddZero(sender, e); c.CheckIsAccountNumber(e); }
private void txtSubsidiaryGroupCode_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e) { c.AddZero(sender, e); c.CheckIsNumeric(e); }