public Template(string templateName, string nameFormat) { this.templateName=templateName; this.nameFormat=nameFormat; Import system=new Import(); system.Name="System"; this.imports.Add(system); }
public void Add(Import import) { base.Add(import); }