sc 2 years ago
parent
commit
49ff6fd375
  1. 1
      Login.xaml.cs

1
Login.xaml.cs

@ -42,7 +42,6 @@ namespace formula_manage
private void Button_Click_1(object sender, RoutedEventArgs e) //登录按钮事件 private void Button_Click_1(object sender, RoutedEventArgs e) //登录按钮事件
{ {
if ((Name.Text == "engineer" || Name.Text == "ENGINEER") && (Pasword.Password == "engineer" || Pasword.Password == "ENGINEER")) if ((Name.Text == "engineer" || Name.Text == "ENGINEER") && (Pasword.Password == "engineer" || Pasword.Password == "ENGINEER"))
{ {
MainWindow Main = new MainWindow(); MainWindow Main = new MainWindow();

Loading…
Cancel
Save