Przeglądaj źródła

Fix a bug KeyEvent declared twice. due to rebase problems.

BDisp 5 lat temu
rodzic
commit
b12648950f
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      Terminal.Gui/Core.cs

+ 0 - 5
Terminal.Gui/Core.cs

@@ -1070,11 +1070,6 @@ namespace Terminal.Gui {
 			public KeyEvent KeyEvent { get; set; }
 		}
 
-		public class KeyEventEventArgs : EventArgs {
-			public KeyEventEventArgs(KeyEvent ke) => KeyEvent = ke;
-			public KeyEvent KeyEvent { get; set; }
-		}
-
 		/// <summary>
 		/// Invoked when a character key is pressed and occurs after the key up event.
 		/// </summary>