Exemplo n.º 1
0
 public ToolBarEx( TBarType type, bool m_bUseNewRow )
     : this()
 {
     m_enBarType = type;
       this.m_bUseNewRow = m_bUseNewRow;
 }
Exemplo n.º 2
0
 public ToolBarEx( TBarType type )
     : this()
 {
     m_enBarType = type;
 }