From f18a7a0550cf0cd140dab4960229995c40129e8e Mon Sep 17 00:00:00 2001 From: Lyndon Date: Fri, 16 May 2025 19:22:18 +0200 Subject: [PATCH] . --- PrototypChat/LoginMaske.xaml.cs | 8 -------- 1 file changed, 8 deletions(-) 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(); - } - } } }