Пример #1
0
 public Artifact()
 {
     CHECKLIST = new CHECKLIST();
 }
Пример #2
0
 public Template()
 {
     CHECKLIST = new CHECKLIST();
     // default templateType is USER; otherwise SYSTEM is for default system checklist templates
     templateType = "USER";
 }