private void txtNetPrice_KeyPress(object sender, KeyPressEventArgs e) { NP_Cls.myDecimal(sender, e); }
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { NP_Cls.myDecimal(sender, e); }
private void txtMinQty_KeyPress(object sender, KeyPressEventArgs e) { NP_Cls.myDecimal(sender, e); }
void txtBox_KeyPress(object sender, KeyPressEventArgs e) { NP_Cls.myDecimal(sender, e); }