浏览代码

missed some renames

Charlie Kindel 5 年之前
父节点
当前提交
b3f8f3bb29
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Example/demo.cs

+ 2 - 2
Example/demo.cs

@@ -413,11 +413,11 @@ static class Demo {
 	#endregion
 	#endregion
 
 
 
 
-	#region OnKeyDown / OnKeyPress / OnKeyUp Demo
+	#region KeyDown / KeyPress / KeyUp Demo
 	private static void OnKeyDownPressUpDemo ()
 	private static void OnKeyDownPressUpDemo ()
 	{
 	{
 		var container = new Dialog (
 		var container = new Dialog (
-			"OnKeyDown & OnKeyPress & OnKeyUp demo", 80, 20,
+			"KeyDown & KeyPress & KeyUp demo", 80, 20,
 			new Button ("Close") { Clicked = () => { Application.RequestStop (); } }) {
 			new Button ("Close") { Clicked = () => { Application.RequestStop (); } }) {
 			Width = Dim.Fill (),
 			Width = Dim.Fill (),
 			Height = Dim.Fill (),
 			Height = Dim.Fill (),