Ejemplo n.º 1
0
 public void SetLayout(Layout lay)
 {
     if (lay.Node != null)
     {
         InitSpanel();
         spanel.SetNode(lay.Node);
     }
     else if (lay.Hosts != null)
     {
         SetHosts(lay.Hosts);
     }
 }