コード例 #1
0
 public TabPageCollection(TabControl owner)
 {
     _owner = owner.OrThrowIfNull();
 }