From 342e7672c8080360a5b0212efdf52bfc4c83ece9 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 19 May 2020 00:04:14 -0600 Subject: [PATCH] missed some renames --- Example/demo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/demo.cs b/Example/demo.cs index 9edfeb4d0..cd39607d3 100644 --- a/Example/demo.cs +++ b/Example/demo.cs @@ -413,11 +413,11 @@ static class Demo { #endregion - #region OnKeyDown / OnKeyPress / OnKeyUp Demo + #region KeyDown / KeyPress / KeyUp Demo private static void OnKeyDownPressUpDemo () { var container = new Dialog ( - "OnKeyDown & OnKeyPress & OnKeyUp demo", 80, 20, + "KeyDown & KeyPress & KeyUp demo", 80, 20, new Button ("Close") { Clicked = () => { Application.RequestStop (); } }) { Width = Dim.Fill (), Height = Dim.Fill (),