diff --git a/PrototypChat/LoginMaske.xaml.cs b/PrototypChat/LoginMaske.xaml.cs index 28a24d9..cdc7e7b 100644 --- a/PrototypChat/LoginMaske.xaml.cs +++ b/PrototypChat/LoginMaske.xaml.cs @@ -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(); - } - } } }