Пример #1
0
 public Worker(IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler)
 {
     this.hwnd = hwnd;
     this.hwndChild = hwndChild;
     this.detectedHandler = detectedHandler;
 }
Пример #2
0
 public Worker(IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler)
 {
     this.hwnd            = hwnd;
     this.hwndChild       = hwndChild;
     this.detectedHandler = detectedHandler;
 }