Пример #1
0
 public ToolBarEx( TBarType type, bool m_bUseNewRow )
     : this()
 {
     m_enBarType = type;
       this.m_bUseNewRow = m_bUseNewRow;
 }
Пример #2
0
 public ToolBarEx( TBarType type )
     : this()
 {
     m_enBarType = type;
 }