Kleinen Fehler korrigiert, Ref Sheet ausgetauscht (umbenannt)
This commit is contained in:
parent
91e142dca4
commit
56602bcd8a
BIN
ENI-2/ENI-2_Ablauf.docx
Normal file
BIN
ENI-2/ENI-2_Ablauf.docx
Normal file
Binary file not shown.
Binary file not shown.
@ -535,6 +535,8 @@ namespace bsmd.database
|
|||||||
case Message.NotificationClass.HAZD: result = new HAZ(); ((HAZ)result).IsDeparture = true; break;
|
case Message.NotificationClass.HAZD: result = new HAZ(); ((HAZ)result).IsDeparture = true; break;
|
||||||
case Message.NotificationClass.AGNT: result = new AGNT(); break;
|
case Message.NotificationClass.AGNT: result = new AGNT(); break;
|
||||||
case Message.NotificationClass.STO: result = new STO(); break;
|
case Message.NotificationClass.STO: result = new STO(); break;
|
||||||
|
case Message.NotificationClass.CREWD: result = new CREWD(); break;
|
||||||
|
case Message.NotificationClass.PASD: result = new PASD(); break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break; // VISIT, TRANSIT
|
break; // VISIT, TRANSIT
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
[assembly: AssemblyCompany("Informatikbüro Daniel Schick")]
|
[assembly: AssemblyCompany("Informatikbüro Daniel Schick")]
|
||||||
[assembly: AssemblyProduct("BSMD NSW interface")]
|
[assembly: AssemblyProduct("BSMD NSW interface")]
|
||||||
[assembly: AssemblyInformationalVersion("3.3.13")]
|
[assembly: AssemblyInformationalVersion("3.3.14")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2014-2017 Informatikbüro Daniel Schick. All rights reserved.")]
|
[assembly: AssemblyCopyright("Copyright © 2014-2017 Informatikbüro Daniel Schick. All rights reserved.")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
@ -1,4 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.3.13.*")]
|
[assembly: AssemblyVersion("3.3.14.*")]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user