示例#1
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public VerticalTabPage()
 {
     m_vtbTab = new VerticalTabButton(this);
 }
示例#2
0
 /// <summary>
 ///   The default constructor.
 /// </summary>
 public VerticalTabPage()
 {
     TabButton = new VerticalTabButton(this);
 }