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