示例#1
0
 private void ToolTimDSTaiKhoan_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == 13)
     {
         if (tooltimtheomataikhoan.Checked)
         {
             DSTKctrl.TimMaTaiKhoan(ToolTimDSTaiKhoan.Text);
         }
         else
         {
             DSTKctrl.TimTenTaiKhoan(ToolTimDSTaiKhoan.Text);
         }
     }
 }