In the middle of another refactoroing

This commit is contained in:
Tig
2024-10-05 12:43:09 -06:00
parent 3649a047f2
commit af110d92d0
103 changed files with 582 additions and 487 deletions

View File

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