示例#1
0
 public WindowEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this._realParentWndProc = realParentWndProc;
 }
示例#2
0
 public FormEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this.realParentWndProc = realParentWndProc;
 }
示例#3
0
 public FormEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this.realParentWndProc = realParentWndProc;
 }