public MyLayoutSkinPaintStyle(ISupportLookAndFeel lookAndFeelOwner) : base(lookAndFeelOwner) { _LayoutControl = lookAndFeelOwner as MyLayoutControl; }
public MyTabbedGroupPainter(MyLayoutControl lc) { _Lc = lc; }