예제 #1
0
 //***************************************************************************
 // Class Constructors
 // 
 public ChevronHeader()
     : base()
 {
     this._itemsCol = new ChevronItemCollection(this);
 }
 //***************************************************************************
 // Class Constructors
 //
 public ChevronHeader()
     : base()
 {
     this._itemsCol = new ChevronItemCollection(this);
 }