예제 #1
0
 private void txt_shomareSabt_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #2
0
 private void txtLegalCRegistrationNo_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #3
0
 private void txtCount_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #4
0
 private void lblHeaderCommodityCodeValue_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     Class.UI.TextHandeler c = new Class.UI.TextHandeler();
     c.CheckIsNumeric(e);
 }
 private void NumericTextBoxValidation(object sender, TextCompositionEventArgs e)
 {
     Class.UI.TextHandeler c = new Class.UI.TextHandeler();
     c.CheckIsNumeric(e);
 }
 private void CheckIsNumeric(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
 private void txtArticleNo_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #8
0
 private void txtAmortizationRate_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
     c.AddZero(sender, e);
 }
예제 #9
0
 private void txt_grouh_code_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #10
0
 private void txt_mablagheCheque_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     txt_filter.CheckIsNumeric(e);
     txt_filter.AddZero(sender, e);
 }
 private void txtNo_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     txt_filter.CheckIsNumeric(e);
 }
예제 #12
0
 private void numPrice_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     a.CheckIsNumeric(e);
 }
예제 #13
0
 private void txtRealCDIDIn_PreviewTextInput(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }
예제 #14
0
 private void CheckIsNumericAndAddZero(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
     c.AddZero(sender, e);
 }
 private void txtSubsidiaryGroupCode_PreviewTextInput(object sender, System.Windows.Input.TextCompositionEventArgs e)
 {
     c.AddZero(sender, e);
     c.CheckIsNumeric(e);
 }
 private void AutoCompleteTextBox_PreviewTextInput_1(object sender, TextCompositionEventArgs e)
 {
     c.CheckIsNumeric(e);
 }