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