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