Ejemplo n.º 1
0
        public SuperPanelHelper(ISuperPanel <TControl, TSize, TRect> panel)
        {
            _panel = panel;

            _headPanel         = panel.CreateChild();
            _tailPanel         = panel.CreateChild();
            _interstitialPanel = panel.CreateChild();
            _suggestionsPanel  = panel.CreateChild();
        }
Ejemplo n.º 2
0
 public ApplicationPanelHelper(SuperPanelHelper <TControl, TSize, TRect> superHelper)
 {
     _panel = superHelper.CreateChild(this);
 }