This commit is contained in:
@@ -9,6 +9,7 @@ using VEPROMS.CSLA.Library;
|
||||
using System.IO;
|
||||
using Volian.Svg.Library;
|
||||
using Volian.Print.Library;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace PrintMSWord
|
||||
{
|
||||
@@ -55,7 +56,7 @@ namespace PrintMSWord
|
||||
|
||||
private void CreatePDF(ProcedureInfo myProcedure, bool openPdf)
|
||||
{
|
||||
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\16Bit",openPdf);
|
||||
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, VlnSettings.OldPDFFolder ,openPdf);
|
||||
pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged);
|
||||
_ElapsedTime = new Dictionary<PromsPrinterStatusType, TimeSpan>();
|
||||
DateTime tStart = DateTime.Now;
|
||||
|
Reference in New Issue
Block a user