public SuperPanel()
 {
     _helper = new SuperPanelHelper <FrameworkElement, Size, Rect>(this);
 }
Beispiel #2
0
 public ApplicationPanelHelper(SuperPanelHelper <TControl, TSize, TRect> superHelper)
 {
     _panel = superHelper.CreateChild(this);
 }