Exemplo n.º 1
0
 public static Wnd32 GetWindow(this IntPtr handle) => Wnd32.FromHandle(handle);
Exemplo n.º 2
0
 public static Wnd32 GetMainWindow(this Process handle) => Wnd32.GetProcessMain(handle);
Exemplo n.º 3
0
 public static Wnd32 GetWnd32(this Form frm) => Wnd32.FromForm(frm);