mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
In the middle of another refactoroing
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user