Example #1
0
 private void txtNetPrice_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
Example #2
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
Example #3
0
 private void txtMinQty_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
Example #4
0
 void txtBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }