Esempio n. 1
0
 void onWndProcEvent(wndprocEventArgs wa)
 {
     if (this.wndProcEvent == null)
     {
         return;
     }
     wndProcEvent(this, wa);
 }
Esempio n. 2
0
 void onWndProcEvent(wndprocEventArgs wa)
 {
     if (this.wndProcEvent == null)
         return;
     wndProcEvent(this, wa);
 }