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