public TabListPageCollection(TabList owner) { if (owner == null) { throw new ArgumentNullException("owner"); } this.Owner = owner; }
public TabListControlCollection(TabList owner) : base(owner) { }