예제 #1
0
 public Template()
 {
     Items          = new ItemCollection();
     DiscoveryRules = new DiscoveryRuleCollection();
     Groups         = new GroupSet();
     Applications   = new ApplicationSet();
 }
예제 #2
0
 public TemplateExport()
 {
     Templates = new TemplateCollection();
     Groups    = new GroupSet();
 }