void onWndProcEvent(wndprocEventArgs wa) { if (this.wndProcEvent == null) { return; } wndProcEvent(this, wa); }
void onWndProcEvent(wndprocEventArgs wa) { if (this.wndProcEvent == null) return; wndProcEvent(this, wa); }