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