Beispiel #1
0
 public PaneBase(PaneLayout mode) : base()
 {
     renderer = new PaneRenderer(this);
     InitCols();
 }
Beispiel #2
0
 public PaneBase() : base()
 {
     renderer = new PaneRenderer(this); InitCols();
 }