This commit is contained in:
2025-05-16 19:22:18 +02:00
parent 4038e9fe83
commit f18a7a0550

View File

@@ -27,13 +27,5 @@ namespace ownChat
LoginControl.Login(); LoginControl.Login();
} }
} }
private async Task TestEvent(object sender, KeyEventArgs e)
{
if(e.Key is Key.Enter)
{
await LoginControl.AsyncLogin();
}
}
} }
} }