X-Git-Url: https://fbox.kageds.com/gitweb/NEATEST.git/blobdiff_plain/61e61981825c73f098cea957e65c7c49dc20cbda..20dbf92bc0579668c40523cd06f2add91ddf9b98:/NEA/mainwindow.xaml.vb diff --git a/NEA/mainwindow.xaml.vb b/NEA/mainwindow.xaml.vb index aa9f949..d285c85 100644 --- a/NEA/mainwindow.xaml.vb +++ b/NEA/mainwindow.xaml.vb @@ -20,8 +20,6 @@ Class MainWindow Else Dim A = New Store() A.Show() - Dim P = New fmProfile() - P.Show() Me.Close() End If GoTo LineBreak @@ -38,27 +36,4 @@ LineBreak: Me.Close() End Sub - ' Private Sub txtUserName_MouseEnter(sender As Object, e As MouseEventArgs) Handles txtUserName.MouseEnter - ' If txtUserName.Text = "Username" Then - ' txtUserName.Text = "" - ' End If - 'End Sub - ' - ' Private Sub txtUserName_MouseLeave(sender As Object, e As MouseEventArgs) Handles txtUserName.MouseLeave - ' If txtUserName.Text = "" Then - ' txtUserName.Text = "Username" - 'End If - 'End Sub - - ' Private Sub txtPassword_MouseEnter(sender As Object, e As MouseEventArgs) Handles txtPassword.MouseEnter - ' If txtPassword.Text = "Password" Then - ' txtPassword.Text = "" - ' End If - 'End Sub - - ' Private Sub txtPassword_MouseLeave(sender As Object, e As MouseEventArgs) Handles txtPassword.MouseLeave - ' If txtPassword.Text = "" Then - ' txtPassword.Text = "Password" - 'End If - ' End Sub End Class