When open auth button clicked, focus to verification text box

This commit is contained in:
Jaex 2015-05-26 17:04:21 +03:00
parent b2f2bdab9a
commit 7374dc99f5

View file

@ -118,6 +118,7 @@ private void btnOpenAuthorizePage_Click(object sender, EventArgs e)
if (OpenButtonClicked != null)
{
OpenButtonClicked();
txtVerificationCode.Focus();
}
}