|
|
@ -381,6 +381,9 @@ namespace Apewer.Surface |
|
|
|
_input.GotFocus += Event_GotFocus; |
|
|
|
_input.LostFocus += Event_LostFocus; |
|
|
|
_input.TextChanged += Event_Input_TextChanged; |
|
|
|
_input.KeyDown += (s, e) => OnKeyDown(e); |
|
|
|
_input.KeyUp += (s, e) => OnKeyUp(e); |
|
|
|
_input.KeyPress += (s, e) => OnKeyPress(e); |
|
|
|
|
|
|
|
_combo.DrawItem += Event_Combo_DrawItem; |
|
|
|
_combo.SelectedIndexChanged += Event_Combo_SelectedIndexChanged; |
|
|
|