Esempio n. 1
0
            public TabListPageCollection(TabList owner)
            {
                if (owner == null)
                {
                    throw new ArgumentNullException("owner");
                }

                this.Owner = owner;
            }
Esempio n. 2
0
 public TabListControlCollection(TabList owner)
     : base(owner)
 {
 }