Exemplo n.º 1
0
 public PaneBase(PaneLayout mode) : base()
 {
     renderer = new PaneRenderer(this);
     InitCols();
 }
Exemplo n.º 2
0
 public PaneBase() : base()
 {
     renderer = new PaneRenderer(this); InitCols();
 }