update
This commit is contained in:
parent
b06d44db46
commit
6443f2eb2e
@ -27,15 +27,15 @@ namespace VideoConcat
|
||||
}
|
||||
|
||||
private void BtnLogin_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
if (txtUserName.Text == "admin" && txtPassword.Password == "&o4Fwag3xYUf")
|
||||
{
|
||||
Video video = new();
|
||||
video.Show();
|
||||
|
||||
this.Close();
|
||||
return;
|
||||
if (txtUserName.Text == "admin" && txtPassword.Password == "&o4Fwag3xYUf")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MessageBox.Show("用户名或者密码错误!");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user