Accepted->Accepting

This commit is contained in:
Tig
2024-10-07 08:58:17 -04:00
parent 97684e4d64
commit 78d0a8fc3b
100 changed files with 308 additions and 308 deletions

View File

@@ -92,7 +92,7 @@ public class ExampleWindow : Window
};
// When login button is clicked display a message popup
btnLogin.Accepted += (s, e) =>
btnLogin.Accepting += (s, e) =>
{
if (userNameText.Text == "admin" && passwordText.Text == "password")
{