Added a message to indicate the Print All was finished – when doing this in Production or Demo mode.
This commit is contained in:
parent
3fff776046
commit
dada7102e7
@ -720,6 +720,10 @@ namespace VEPROMS
|
|||||||
, TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes),
|
, TimeSpan.FromTicks(DateTime.Now.Ticks - dtStart.Ticks).TotalMinutes),
|
||||||
"Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
"Printing Duration", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
}
|
}
|
||||||
|
else // Production or Demo mode
|
||||||
|
{
|
||||||
|
MessageBox.Show("Completed Successfully","Print All Procedures", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user