예제 #1
0
 public MyLayoutSkinPaintStyle(ISupportLookAndFeel lookAndFeelOwner) : base(lookAndFeelOwner)
 {
     _LayoutControl = lookAndFeelOwner as MyLayoutControl;
 }
예제 #2
0
 public MyTabbedGroupPainter(MyLayoutControl lc)
 {
     _Lc = lc;
 }