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 + +
+
+
+
+
+
+
+

@Titolo

+
+ +
+
+
+
+
+
+ +
+
+
+

@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 +
+
+
+

Supporto

+
+ Web:
+ Accedi al supporto dal nostro sito web
+
+ Email:
+ Scrivi un email a info at egalware.com +
+
+
+
+
+
+
+ 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: