Exception in DataEntry.Standard24.TestStartEndForm okButton_Pressed() logged, version 1.5.47
This commit is contained in:
@@ -260,8 +260,9 @@ namespace TBF.BenchControl.DataEntry.Standard24
|
||||
if (startTextBox24.Enabled) { WMStartStateStr[23] = startTextBox24.Text; WMStartState[23] = Utils.ParseUFloat(startTextBox24.Text); }
|
||||
}
|
||||
}
|
||||
catch
|
||||
catch(Exception e)
|
||||
{
|
||||
log.ErrorFormat("Exception: {0}", e.Message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user