示例#1
0
 public MDIClientWindow(IMDIClientNotify i, IntPtr handle)
 {
     // Find the MDI Client window handle:
     GetWindows(handle);
     if (hWndMdiClient != IntPtr.Zero)
     {
         this.AssignHandle(hWndMdiClient);
     }
     this.notify = i;
 }
		public MDIClientWindow(IMDIClientNotify i, IntPtr handle)
		{
			// Find the MDI Client window handle:
			GetWindows(handle);
			if (hWndMdiClient != IntPtr.Zero)
			{
				this.AssignHandle(hWndMdiClient);
			}
			this.notify = i;
		}