Exemplo n.º 1
0
 public WindowEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this._realParentWndProc = realParentWndProc;
 }
Exemplo n.º 2
0
 public FormEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this.realParentWndProc = realParentWndProc;
 }
Exemplo n.º 3
0
 public FormEx(Form host, RealParentWndProcDelegate realParentWndProc)
 {
     this.host = host;
     this.realParentWndProc = realParentWndProc;
 }