Fix Reset Counters operation

This commit is contained in:
Nicola Carminati
2019-04-04 10:36:43 +02:00
parent b79dd468b2
commit d7ed663bb2
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -90,6 +90,7 @@ namespace Step.UI
if (!Nc.ResetMachineWTime(val))
{
MessageBox.Show("Error While Resetting time", this.Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
MessageBox.Show("Time resetted", this.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);