Exemplo n.º 1
0
 public Template()
 {
     Items          = new ItemCollection();
     DiscoveryRules = new DiscoveryRuleCollection();
     Groups         = new GroupSet();
     Applications   = new ApplicationSet();
 }
Exemplo n.º 2
0
 public TemplateExport()
 {
     Templates = new TemplateCollection();
     Groups    = new GroupSet();
 }