From be60bc7308871cc9b984dfc9be7b4fb5b1827782 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 30 Oct 2021 19:13:30 +0200 Subject: [PATCH] =?UTF-8?q?refresh=20gestione=20pagina=20men=C3=B9=20proge?= =?UTF-8?q?tti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROJ-ETS/PROJ-ETS/Progetti.sitemap | 14 +++---- .../Progetti.master.designer.cs | 36 +++++++++--------- .../WebUserControls/mod_menuBazaar.ascx | 12 ++++-- .../mod_menuBazaar.ascx.designer.cs | 22 +++++------ .../WebUserControls/mod_menuProj.ascx | 4 +- .../mod_menuProj.ascx.designer.cs | 22 +++++------ .../WebUserControls/mod_weekPlan.ascx.cs | 2 +- PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll | Bin 133632 -> 133632 bytes 8 files changed, 59 insertions(+), 53 deletions(-) diff --git a/PROJ-ETS/PROJ-ETS/Progetti.sitemap b/PROJ-ETS/PROJ-ETS/Progetti.sitemap index 7a4f9cf..aa0210f 100644 --- a/PROJ-ETS/PROJ-ETS/Progetti.sitemap +++ b/PROJ-ETS/PROJ-ETS/Progetti.sitemap @@ -1,14 +1,14 @@  - - - - + + + + - - - + + + diff --git a/PROJ-ETS/PROJ-ETS/WebMasterPages/Progetti.master.designer.cs b/PROJ-ETS/PROJ-ETS/WebMasterPages/Progetti.master.designer.cs index fa0b808..50331dd 100644 --- a/PROJ-ETS/PROJ-ETS/WebMasterPages/Progetti.master.designer.cs +++ b/PROJ-ETS/PROJ-ETS/WebMasterPages/Progetti.master.designer.cs @@ -1,32 +1,34 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ -namespace PROJ_ETS.WebMasterPages { - - - public partial class Progetti { - +namespace PROJ_ETS.WebMasterPages +{ + + + public partial class Progetti + { + /// - /// mod_menuProj1 control. + /// Controllo mod_menuProj1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::PROJ_ETS.WebUserControls.mod_menuProj mod_menuProj1; - + /// - /// Contenuto control. + /// Controllo Contenuto. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.ContentPlaceHolder Contenuto; } diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx index 0c2ab5a..f930874 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx @@ -1,6 +1,10 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBazaar.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_menuBazaar" %> - - - - \ No newline at end of file +
+
+ + + + +
+
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx.designer.cs index f9cfdea..ec67fe9 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx.designer.cs +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBazaar.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ namespace PROJ_ETS.WebUserControls @@ -15,20 +15,20 @@ namespace PROJ_ETS.WebUserControls { /// - /// MenuNavBaz control. + /// Controllo MenuNavBaz. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.Menu MenuNavBaz; /// - /// NavBazaar control. + /// Controllo NavBazaar. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.SiteMapDataSource NavBazaar; } diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx index f450647..1137d39 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx @@ -1,9 +1,9 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuProj.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_menuProj" %> -
+
- +
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx.designer.cs index 8360caa..2fee64c 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx.designer.cs +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuProj.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ namespace PROJ_ETS.WebUserControls @@ -15,20 +15,20 @@ namespace PROJ_ETS.WebUserControls { /// - /// MenuNavPrj control. + /// Controllo MenuNavPrj. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.Menu MenuNavPrj; /// - /// NavProgetti control. + /// Controllo NavProgetti. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.SiteMapDataSource NavProgetti; } diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx.cs index f9f6a79..942f1b9 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx.cs +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx.cs @@ -777,7 +777,7 @@ namespace PROJ_ETS.WebUserControls #region Protected Methods /// - /// gestione visualizzaizone pannello elenco commesse da inserire + /// gestione visualizzazione pannello elenco commesse da inserire /// /// /// diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll index 61f22d207ee27a5e6a4cbce4d46ebf0efab01fc3..7e534ae0742ae997c25a479c71acba6f7bbacd12 100644 GIT binary patch delta 70 zcmV-M0J;Bwln8*72#|;Zs(OKnwTb}(>kuu;8mtsDKSz}NTIs$Kd9k;g>jC@}0;+nI cngSXSk%>0|{eyi?mI+P=V%@nMwZsBE2_rTgMF0Q* delta 70 zcmV-M0J;Bwln8*72#|;Z_jG}ZwTb}(>kw~~l1{xKxk`c2k6tla$)>lQ>jC@}0{3*4 cngSXS0R$$wmoYa^i>LfeM#1s?wZsBE30X%UcmMzZ