Example #1
0
 public static void GenerateBOM(string path, TECBid bid, bool openOnComplete = true)
 {
     Turnover.GenerateBOM(path, bid, openOnComplete);
 }
Example #2
0
 public static void GenerateSummary(string path, TECBid bid, TECEstimator estimate, bool openOnComplete = true)
 {
     Turnover.GenerateSummaryExport(path, bid, estimate, openOnComplete);
 }