Пример #1
0
 public WatinBaseControl(WatinControl elementWithChilds, WatinBaseTypes type)
 {
     _parent   = elementWithChilds;
     this.type = type;
 }
Пример #2
0
 public WatinBaseControl(WatFrame frameWithChilds, WatinBaseTypes type)
 {
     _parent   = frameWithChilds;
     this.type = type;
 }
Пример #3
0
 public WatinBaseControl(WatBrowser browser, WatinBaseTypes type)
 {
     _parent   = browser;
     this.type = type;
 }