예제 #1
0
 public FW(IntPtr ParentHwnd, IntPtr ExternalHwnd, bool followsParrent, WindowHandlingLocation winHanLocation)
 {
     this.ParentHwnd = ParentHwnd;
     this.ExternalHwnd = ExternalHwnd;
     this.followsParent = followsParrent;
     this.winHanLocation = winHanLocation;
 }
예제 #2
0
 public FW(IntPtr ParentHwnd, IntPtr ExternalHwnd, bool followsParrent, WindowHandlingLocation winHanLocation)
 {
     this.ParentHwnd     = ParentHwnd;
     this.ExternalHwnd   = ExternalHwnd;
     this.followsParent  = followsParrent;
     this.winHanLocation = winHanLocation;
 }