Example #1
0
 void CreateControlToolbox()
 {
     m_ControlBox      = new ControlToolbox(this);
     m_ControlBox.Dock = Pos.Left;
 }
Example #2
0
 void CreateControlToolbox()
 {
     m_ControlBox = new ControlToolbox( this );
     m_ControlBox.Dock = Pos.Left;
 }