예제 #1
0
 private void txtNetPrice_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
예제 #2
0
파일: frmGI.cs 프로젝트: yuanyuan0318/WMS
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
예제 #3
0
 private void txtMinQty_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }
예제 #4
0
 void txtBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     NP_Cls.myDecimal(sender, e);
 }