Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
Better menu handling
  • Loading branch information
AConsolePeasant authored and AConsolePeasant committed Aug 8, 2016
1 parent 6fd7c4d commit 8f0ace0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EO-Flashcards/EO-Flashcards/frmMenu.vb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Public Class frmMenu
Private Sub Button9_Click(sender As Object, e As EventArgs) Handles Button9.Click
frmAdminLogin.Show()
frmAdmin.Close()
' Opens Admin new Form for admin login, as the previous method (inputbox) couldn't have a password mask.
End Sub
End Class

0 comments on commit 8f0ace0

Please sign in to comment.