Exception in DataEntry.Standard24.TestStartEndForm okButton_Pressed() logged, version 1.5.47

This commit is contained in:
Milan Hanajik 2015-05-26 12:41:06 +02:00
parent f35c7447d4
commit 9be43c9f0c
3 changed files with 6 additions and 5 deletions

View File

@ -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;
}

View File

@ -38,10 +38,10 @@ namespace TBF
#if DN100 || MUNICH
public const int WMsCount = 3;
public const int LineCount = 3;
public const int LineSize = 3;
#elif FUZHOU300 || FUZHOU150 || PT200IL || TORINO50 || BADGER_MALA_TRAT
public const int WMsCount = 6;
public const int LineCount = 6;
public const int LineSize = 6;
#elif TORUN_PT50_2015
public const int WMsCount = 20;
public const int LineSize = 10;

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.46.1")]
[assembly: AssemblyFileVersion("1.5.46.1")]
[assembly: AssemblyVersion("1.5.47.1")]
[assembly: AssemblyFileVersion("1.5.47.1")]