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