diff --git a/ENI-2/ENI-2_Ablauf.docx b/ENI-2/ENI-2_Ablauf.docx new file mode 100644 index 00000000..b1a80f27 Binary files /dev/null and b/ENI-2/ENI-2_Ablauf.docx differ diff --git a/ENI-2/ENI-2_SoftwareSpezifikation.doc b/ENI-2/ENI-2_SoftwareSpezifikation.doc index a765f6b8..b1bbcbd9 100644 Binary files a/ENI-2/ENI-2_SoftwareSpezifikation.doc and b/ENI-2/ENI-2_SoftwareSpezifikation.doc differ diff --git a/nsw/Deutschland/Reference Sheet_DE.xlsx b/nsw/Deutschland/Reference_Sheet_DE.xlsx similarity index 100% rename from nsw/Deutschland/Reference Sheet_DE.xlsx rename to nsw/Deutschland/Reference_Sheet_DE.xlsx diff --git a/nsw/Deutschland/Reference Sheet_DE.xltx b/nsw/Deutschland/Reference_Sheet_DE.xltx similarity index 100% rename from nsw/Deutschland/Reference Sheet_DE.xltx rename to nsw/Deutschland/Reference_Sheet_DE.xltx diff --git a/nsw/Source/bsmd.database/DBManager.cs b/nsw/Source/bsmd.database/DBManager.cs index 7287f240..f67d1c4d 100644 --- a/nsw/Source/bsmd.database/DBManager.cs +++ b/nsw/Source/bsmd.database/DBManager.cs @@ -535,6 +535,8 @@ namespace bsmd.database case Message.NotificationClass.HAZD: result = new HAZ(); ((HAZ)result).IsDeparture = true; break; case Message.NotificationClass.AGNT: result = new AGNT(); 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: break; // VISIT, TRANSIT diff --git a/nsw/Source/bsmd.database/Properties/AssemblyProductInfo.cs b/nsw/Source/bsmd.database/Properties/AssemblyProductInfo.cs index da7b1274..6bfe82e8 100644 --- a/nsw/Source/bsmd.database/Properties/AssemblyProductInfo.cs +++ b/nsw/Source/bsmd.database/Properties/AssemblyProductInfo.cs @@ -2,6 +2,6 @@ [assembly: AssemblyCompany("Informatikbüro Daniel Schick")] [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: AssemblyTrademark("")] \ No newline at end of file diff --git a/nsw/Source/bsmd.database/Properties/AssemblyProjectInfo.cs b/nsw/Source/bsmd.database/Properties/AssemblyProjectInfo.cs index e2221698..ac098bd1 100644 --- a/nsw/Source/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/nsw/Source/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("3.3.13.*")] +[assembly: AssemblyVersion("3.3.14.*")]