LoginForm - set txtUsername.Focus()
This commit is contained in:
@@ -11,6 +11,7 @@ namespace AIParkingApplication
|
||||
{
|
||||
InitializeComponent();
|
||||
pictureBoxImageLogo.Image = new Bitmap(@".\Images\ApplicationLogo.ico");
|
||||
txtUsername.Focus();
|
||||
lblLoginStatus.Text = string.Empty;
|
||||
this.AcceptButton = btnLogin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user