mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Accepted->Accepting
This commit is contained in:
@@ -37,7 +37,7 @@ public class MessageBoxTests
|
||||
|
||||
Button btn = Application.Navigation!.GetFocused () as Button;
|
||||
|
||||
btn.Accepted += (sender, e) => { btnAcceptCount++; };
|
||||
btn.Accepting += (sender, e) => { btnAcceptCount++; };
|
||||
|
||||
// Click
|
||||
Application.OnKeyDown (Key.Enter);
|
||||
@@ -120,7 +120,7 @@ public class MessageBoxTests
|
||||
|
||||
Button btn = Application.Navigation!.GetFocused () as Button;
|
||||
|
||||
btn.Accepted += (sender, e) => { btnAcceptCount++; };
|
||||
btn.Accepting += (sender, e) => { btnAcceptCount++; };
|
||||
|
||||
Application.OnKeyDown (Key.Space);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user