Ejemplo n.º 1
0
 public Artifact()
 {
     CHECKLIST = new CHECKLIST();
 }
Ejemplo n.º 2
0
 public Template()
 {
     CHECKLIST = new CHECKLIST();
     // default templateType is USER; otherwise SYSTEM is for default system checklist templates
     templateType = "USER";
 }