Example #1
0
 internal WindowInfo(IntPtr handle, IWindow window, IWindowEventProvider source)
 {
     Hwnd     = handle;
     Window   = window;
     Subclass = source;
 }
Example #2
0
 internal WindowInfo(IntPtr handle, IWindow window, IWindowEventProvider source)
 {
     _handle   = handle;
     _window   = window;
     _subclass = source;
 }