diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index e67b133f..25febf97 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2211.415
+ 6.16.2211.416
diff --git a/MP.SPEC/Pages/Contacts.razor b/MP.SPEC/Pages/Contacts.razor
new file mode 100644
index 00000000..ba5eaaf1
--- /dev/null
+++ b/MP.SPEC/Pages/Contacts.razor
@@ -0,0 +1,71 @@
+@page "/Contacts"
+@using MP.SPEC.Data
+
+@inject MessageService AppMService
+
+
+
+
+
+
+
+
+
+

+
+
+
+
@Messaggio
+
+
+
Sede Operativa
+
+ EgalWare s.r.l.
+ via Nazionale, 93
+ 24068 Seriate - BG
+ P:
+ 035.290178
+ P:
+ 035.460560
+
+
+
+
Sede Legale
+
+ EgalWare s.r.l.
+ via Nazionale, 93
+ 24068 Seriate - BG
+
+ VAT:03985390164
+
+
+
+
+
+
+
+
+
diff --git a/MP.SPEC/Pages/Contacts.razor.cs b/MP.SPEC/Pages/Contacts.razor.cs
new file mode 100644
index 00000000..8e8a2ef5
--- /dev/null
+++ b/MP.SPEC/Pages/Contacts.razor.cs
@@ -0,0 +1,32 @@
+namespace MP.SPEC.Pages
+{
+ public partial class Contacts : IDisposable
+ {
+ #region Public Methods
+
+ public void Dispose()
+ {
+ GC.Collect();
+ }
+
+ #endregion Public Methods
+
+ #region Protected Fields
+
+ protected string Messaggio = "";
+ protected string Titolo = "";
+
+ #endregion Protected Fields
+
+ #region Protected Methods
+
+ protected override void OnInitialized()
+ {
+ Titolo = "MP SPEC";
+ Messaggio = "I nostri contattatti e siti di supporto";
+ AppMService.ShowSearch = false;
+ }
+
+ #endregion Protected Methods
+ }
+}
\ No newline at end of file
diff --git a/MP.SPEC/Pages/Index.razor b/MP.SPEC/Pages/Index.razor
index 60e3e1f8..6e4daf2d 100644
--- a/MP.SPEC/Pages/Index.razor
+++ b/MP.SPEC/Pages/Index.razor
@@ -11,7 +11,7 @@
MAPO SPEC
-
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index ca2c5ffb..3d2a01e5 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2211.415
+ Versione: 6.16.2211.416
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index 89994502..bb899846 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2211.415
+6.16.2211.416
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index ba47b183..f599228c 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2211.415
+ 6.16.2211.416
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false
diff --git a/MP.SPEC/wwwroot/images/LogoBluGreen.png b/MP.SPEC/wwwroot/images/LogoBluGreen.png
new file mode 100644
index 00000000..0f58f814
Binary files /dev/null and b/MP.SPEC/wwwroot/images/LogoBluGreen.png differ
diff --git a/MP.SPEC/wwwroot/images/LogoMapoFull.png b/MP.SPEC/wwwroot/images/LogoMapoFull.png
new file mode 100644
index 00000000..3d766f04
Binary files /dev/null and b/MP.SPEC/wwwroot/images/LogoMapoFull.png differ