Added a message to indicate the Print All was finished – when doing this in Production or Demo mode.

This commit is contained in:
John Jenko 2014-02-10 20:59:18 +00:00
parent 3fff776046
commit dada7102e7

View File

@ -720,6 +720,10 @@ namespace VEPROMS
, TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes),
"Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else // Production or Demo mode
{
MessageBox.Show("Completed Successfully","Print All Procedures", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
this.Close();
}
else