... event EventHandler<KeyboardEventArgs> KeyUp; } public interface ... KeyboardEventArgs e) { if (KeyDown != null) KeyDown(sender, e); } //Other "send" ...
確定! 回上一頁