Exemplo n.º 1
0
 public ServiceTreeModel()
 {
     attr = new ServiceTreeAttribute();
     children = new List<ServiceTreeModel>();
 }
Exemplo n.º 2
0
 public ServiceTreeModel()
 {
     attr     = new ServiceTreeAttribute();
     children = new List <ServiceTreeModel>();
 }