Ejemplo n.º 1
0
 public IControlAction GetUIElement()
 {
     SplitPanel p = new SplitPanel();
     p.Height = this.Height;
     return p;
 }