.
This commit is contained in:
@@ -27,13 +27,5 @@ namespace ownChat
|
||||
LoginControl.Login();
|
||||
}
|
||||
}
|
||||
|
||||
private async Task TestEvent(object sender, KeyEventArgs e)
|
||||
{
|
||||
if(e.Key is Key.Enter)
|
||||
{
|
||||
await LoginControl.AsyncLogin();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user