public buttoncontroller(List<Teerlingcontroller> Teerlingen, scorebordController score) { teerlingen = Teerlingen; _score = score; _view = new UserControl1(this, _score); _buttonmodel = new buttonmodel(); }
public UC1DesignerActionList(IComponent component) : base(component) { m_panel = (UserControl1)component; }