Example #1
0
 /// <summary>
 /// This function initializes model and user controls for this controller.
 /// </summary>
 /// <param name="label">The label of the strip.</param>
 protected virtual void InitModelUserControl(string label)
 {
     mModel       = new StripModel(label);
     mUserControl = new StripUserControl(this);
 }
Example #2
0
 public void AddStripUserControl(StripUserControl strip)
 {
     layoutPanel.Controls.Add(strip);
     ContentsSizeChanged();
 }