X-Git-Url: https://fbox.kageds.com/gitweb/NEATEST.git/blobdiff_plain/0578c72ba1aa48d80213fea8a156c19e379f5f2c..94fa2b4542b570f7a9206d1d38cbd5eb954edde4:/NEA/mainwindow.xaml.vb?ds=sidebyside 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