From af0624b9c42c32a80b9662f472e8aabd0813e42a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 4 Nov 2022 16:26:22 +0100 Subject: [PATCH] Add pagina Contacts --- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/Contacts.razor | 71 ++++++++++++++++++++++++ MP.SPEC/Pages/Contacts.razor.cs | 32 +++++++++++ MP.SPEC/Pages/Index.razor | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- MP.SPEC/wwwroot/images/LogoBluGreen.png | Bin 0 -> 87309 bytes MP.SPEC/wwwroot/images/LogoMapoFull.png | Bin 0 -> 157981 bytes 9 files changed, 108 insertions(+), 5 deletions(-) create mode 100644 MP.SPEC/Pages/Contacts.razor create mode 100644 MP.SPEC/Pages/Contacts.razor.cs create mode 100644 MP.SPEC/wwwroot/images/LogoBluGreen.png create mode 100644 MP.SPEC/wwwroot/images/LogoMapoFull.png 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: