Exemplo n.º 1
0
 public jsTreeString()
 {
     icon  = "fa fa-cubes";
     State = new jsTreeState();
 }
Exemplo n.º 2
0
 public jsTree()
 {
     icon  = "fa fa-cubes";
     state = new jsTreeState();
 }