public void RecalculateCounts(GpkPackage package) { NameCount = package.NameList.Count; ExportCount = package.ExportList.Count; ImportCount = package.ImportList.Count; }
public GpkExport(GpkPackage mothership) { motherPackage = mothership; Properties = new List <IProperty>(); }