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