示例#1
0
 public IDock(PageControl page) : this()
 {
     this._page = page;
     this._page.AddDock(this);
 }