Example #1
0
 private void txtSearch_KeyPress(object sender, KeyPressEventArgs e)
 {
     c.txtIntVal(e);
     t.Show(c.tid, txtSearch);
 }
Example #2
0
 private void txtCustId_KeyPress(object sender, KeyPressEventArgs e)
 {
     c.txtIntVal(e);
     t.Show(c.tid, txtCustId);
 }
Example #3
0
 private void txtRecNow_KeyPress(object sender, KeyPressEventArgs e)
 {
     c.txtIntVal(e);
     t.Show(c.tid, txtRecNow);
 }