Fix Reset Counters operation
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user