Exemplo n.º 1
0
 public DTabPageCollection(MTabControl owner)
 {
     this.owner = owner;
 }
Exemplo n.º 2
0
 // Methods
 public ControlCollection(MTabControl owner)
     : base(owner)
 {
     this.owner = owner;
 }