Exemplo n.º 1
0
 private void txtPassword_MouseClick(object sender, MouseEventArgs e)
 {
     clsM.GTRGotFocus(ref txtPassword);
 }
Exemplo n.º 2
0
 private void txtVarName_MouseClick(object sender, MouseEventArgs e)
 {
     clM.GTRGotFocus(ref txtVarName);
 }
Exemplo n.º 3
0
 private void txtCode_Enter(object sender, EventArgs e)
 {
     clsM.GTRGotFocus(ref txtCode);
 }
Exemplo n.º 4
0
 private void txtGroupName_Enter(object sender, EventArgs e)
 {
     clsM.GTRGotFocus(ref txtGroupName);
 }
Exemplo n.º 5
0
 private void txtFatherNm_Leave(object sender, EventArgs e)
 {
     clsM.GTRGotFocus(ref txtFatherNm);
 }
Exemplo n.º 6
0
 private void txtAmt_Enter(object sender, EventArgs e)
 {
     clsM.GTRGotFocus(ref txtDollarRate);
 }