diff --git a/MP-Site/AnalisiProduzione.aspx.cs b/MP-Site/AnalisiProduzione.aspx.cs index 6277f35c..1ad80399 100644 --- a/MP-Site/AnalisiProduzione.aspx.cs +++ b/MP-Site/AnalisiProduzione.aspx.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; +using SteamWare; +using System; using System.Web.UI; using System.Web.UI.WebControls; -using SteamWare; namespace MoonPro { diff --git a/MP-Site/AnalisiProduzione.aspx.designer.cs b/MP-Site/AnalisiProduzione.aspx.designer.cs index 4a2f3b71..aca80bf3 100644 --- a/MP-Site/AnalisiProduzione.aspx.designer.cs +++ b/MP-Site/AnalisiProduzione.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class AnalisiProduzione { /// diff --git a/MP-Site/App_Start/RouteConfig.cs b/MP-Site/App_Start/RouteConfig.cs index 25d8c1db..306e8429 100644 --- a/MP-Site/App_Start/RouteConfig.cs +++ b/MP-Site/App_Start/RouteConfig.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Web; -using System.Web.Routing; using Microsoft.AspNet.FriendlyUrls; +using System.Web.Routing; namespace MoonPro { diff --git a/MP-Site/Default.aspx.cs b/MP-Site/Default.aspx.cs index 88dcf3ea..5bb38cb8 100644 --- a/MP-Site/Default.aspx.cs +++ b/MP-Site/Default.aspx.cs @@ -1,14 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using SteamWare; public partial class _Default : System.Web.UI.Page { diff --git a/MP-Site/DettaglioMacchina.aspx.cs b/MP-Site/DettaglioMacchina.aspx.cs index 71c9a0af..8796d274 100644 --- a/MP-Site/DettaglioMacchina.aspx.cs +++ b/MP-Site/DettaglioMacchina.aspx.cs @@ -1,7 +1,7 @@ -using System; -using System.Web.UI; //using WebChart; using SteamWare; +using System; +using System.Web.UI; namespace MoonPro { diff --git a/MP-Site/DettaglioMacchina.aspx.designer.cs b/MP-Site/DettaglioMacchina.aspx.designer.cs index ccce1613..a0a15bcc 100644 --- a/MP-Site/DettaglioMacchina.aspx.designer.cs +++ b/MP-Site/DettaglioMacchina.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class DettaglioMacchina { /// diff --git a/MP-Site/Global.asax.cs b/MP-Site/Global.asax.cs index da55c81a..711f786c 100644 --- a/MP-Site/Global.asax.cs +++ b/MP-Site/Global.asax.cs @@ -1,10 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.Routing; -using System.Web.Security; -using System.Web.SessionState; namespace MoonPro { diff --git a/MP-Site/M6Started.aspx.cs b/MP-Site/M6Started.aspx.cs index b6481232..dee1d943 100644 --- a/MP-Site/M6Started.aspx.cs +++ b/MP-Site/M6Started.aspx.cs @@ -1,11 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using SteamWare; -using MapoDb; +using SteamWare; +using System; namespace MoonPro { diff --git a/MP-Site/M6Started.aspx.designer.cs b/MP-Site/M6Started.aspx.designer.cs index db16f566..8299173e 100644 --- a/MP-Site/M6Started.aspx.designer.cs +++ b/MP-Site/M6Started.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class M6Started { /// diff --git a/MP-Site/MappaStato.aspx.cs b/MP-Site/MappaStato.aspx.cs index 58089744..ee231ddd 100644 --- a/MP-Site/MappaStato.aspx.cs +++ b/MP-Site/MappaStato.aspx.cs @@ -1,13 +1,5 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; namespace MoonPro { diff --git a/MP-Site/MappaStato.aspx.designer.cs b/MP-Site/MappaStato.aspx.designer.cs index fcb6aa6d..1aa6d7a1 100644 --- a/MP-Site/MappaStato.aspx.designer.cs +++ b/MP-Site/MappaStato.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class MappaStato { /// diff --git a/MP-Site/MappaStatoSeq.aspx.designer.cs b/MP-Site/MappaStatoSeq.aspx.designer.cs index 43ab5f8c..24bf142a 100644 --- a/MP-Site/MappaStatoSeq.aspx.designer.cs +++ b/MP-Site/MappaStatoSeq.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class MappaStatoSeq { /// diff --git a/MP-Site/Properties/AssemblyInfo.cs b/MP-Site/Properties/AssemblyInfo.cs index 20e1cbc0..2f2242c6 100644 --- a/MP-Site/Properties/AssemblyInfo.cs +++ b/MP-Site/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/MP-Site/Semaforo.aspx.cs b/MP-Site/Semaforo.aspx.cs index c9a3917c..7cf09ec0 100644 --- a/MP-Site/Semaforo.aspx.cs +++ b/MP-Site/Semaforo.aspx.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using SteamWare; +using SteamWare; +using System; namespace MoonPro { diff --git a/MP-Site/Semaforo.aspx.designer.cs b/MP-Site/Semaforo.aspx.designer.cs index 90e2dbfa..8c1621ac 100644 --- a/MP-Site/Semaforo.aspx.designer.cs +++ b/MP-Site/Semaforo.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class Semaforo { /// diff --git a/MP-Site/Site.Mobile.Master.cs b/MP-Site/Site.Mobile.Master.cs index 02fe930d..52f3d6b2 100644 --- a/MP-Site/Site.Mobile.Master.cs +++ b/MP-Site/Site.Mobile.Master.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro { diff --git a/MP-Site/Site.Mobile.Master.designer.cs b/MP-Site/Site.Mobile.Master.designer.cs index 2a669662..ebd72150 100644 --- a/MP-Site/Site.Mobile.Master.designer.cs +++ b/MP-Site/Site.Mobile.Master.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class Site_Mobile { /// diff --git a/MP-Site/StatisticheImpiego.aspx.cs b/MP-Site/StatisticheImpiego.aspx.cs index 12244264..278cac84 100644 --- a/MP-Site/StatisticheImpiego.aspx.cs +++ b/MP-Site/StatisticheImpiego.aspx.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; +using SteamWare; +using System; using System.Web.UI; using System.Web.UI.WebControls; -using SteamWare; namespace MoonPro { diff --git a/MP-Site/StatisticheImpiego.aspx.designer.cs b/MP-Site/StatisticheImpiego.aspx.designer.cs index 0527162a..bbf61c31 100644 --- a/MP-Site/StatisticheImpiego.aspx.designer.cs +++ b/MP-Site/StatisticheImpiego.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class StatisticheImpiego { /// diff --git a/MP-Site/UI.aspx.cs b/MP-Site/UI.aspx.cs index 92339c84..7fdbdc69 100644 --- a/MP-Site/UI.aspx.cs +++ b/MP-Site/UI.aspx.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; +using MapoDb; using SteamWare; -using MapoDb; +using System; namespace MoonPro { diff --git a/MP-Site/UI.aspx.designer.cs b/MP-Site/UI.aspx.designer.cs index 2251b53b..75007146 100644 --- a/MP-Site/UI.aspx.designer.cs +++ b/MP-Site/UI.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class UI { /// diff --git a/MP-Site/ViewSwitcher.ascx.cs b/MP-Site/ViewSwitcher.ascx.cs index a6b44227..3844fe73 100644 --- a/MP-Site/ViewSwitcher.ascx.cs +++ b/MP-Site/ViewSwitcher.ascx.cs @@ -1,11 +1,7 @@ +using Microsoft.AspNet.FriendlyUrls.Resolvers; using System; -using System.Collections.Generic; -using System.Linq; using System.Web; using System.Web.Routing; -using System.Web.UI; -using System.Web.UI.WebControls; -using Microsoft.AspNet.FriendlyUrls.Resolvers; namespace MoonPro { diff --git a/MP-Site/ViewSwitcher.ascx.designer.cs b/MP-Site/ViewSwitcher.ascx.designer.cs index 8e8dc3fc..b3f19b33 100644 --- a/MP-Site/ViewSwitcher.ascx.designer.cs +++ b/MP-Site/ViewSwitcher.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class ViewSwitcher { } } diff --git a/MP-Site/WS/AutoCompletamento.asmx.cs b/MP-Site/WS/AutoCompletamento.asmx.cs index 9bac2052..7d816ed4 100644 --- a/MP-Site/WS/AutoCompletamento.asmx.cs +++ b/MP-Site/WS/AutoCompletamento.asmx.cs @@ -1,9 +1,6 @@ -using System; +using SteamWare; using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.Services; -using SteamWare; namespace MoonPro.WS { diff --git a/MP-Site/WebMasterPages/MAPO_empty.Master.cs b/MP-Site/WebMasterPages/MAPO_empty.Master.cs index 7488bc47..3ddf78cd 100644 --- a/MP-Site/WebMasterPages/MAPO_empty.Master.cs +++ b/MP-Site/WebMasterPages/MAPO_empty.Master.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebMasterPages { diff --git a/MP-Site/WebMasterPages/MAPO_empty.Master.designer.cs b/MP-Site/WebMasterPages/MAPO_empty.Master.designer.cs index ef688931..2895b156 100644 --- a/MP-Site/WebMasterPages/MAPO_empty.Master.designer.cs +++ b/MP-Site/WebMasterPages/MAPO_empty.Master.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebMasterPages { - - +namespace MoonPro.WebMasterPages +{ + + public partial class MAPO_empty { /// diff --git a/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.cs b/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.cs index 02e82aa3..dabe225c 100644 --- a/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.cs +++ b/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; namespace MoonPro.WebMasterPages { diff --git a/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.designer.cs b/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.designer.cs index 7b114168..84f6a5c2 100644 --- a/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.designer.cs +++ b/MP-Site/WebMasterPages/MAPO_empty_refresh30.master.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebMasterPages { - - +namespace MoonPro.WebMasterPages +{ + + public partial class MAPO_empty_refresh30 { /// diff --git a/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.cs b/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.cs index 52142955..9efadd25 100644 --- a/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.cs +++ b/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class MAPO_empty_refresh30_full : System.Web.UI.MasterPage { diff --git a/MP-Site/WebMasterPages/MAPO_noAjax.master.cs b/MP-Site/WebMasterPages/MAPO_noAjax.master.cs index d1c0472a..303e7c86 100644 --- a/MP-Site/WebMasterPages/MAPO_noAjax.master.cs +++ b/MP-Site/WebMasterPages/MAPO_noAjax.master.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class MAPO_noAjax : System.Web.UI.MasterPage { diff --git a/MP-Site/WebMasterPages/MAPO_refresh.master.cs b/MP-Site/WebMasterPages/MAPO_refresh.master.cs index 3056d6ef..d42c1f6b 100644 --- a/MP-Site/WebMasterPages/MAPO_refresh.master.cs +++ b/MP-Site/WebMasterPages/MAPO_refresh.master.cs @@ -1,13 +1,5 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class MAPO_refresh : System.Web.UI.MasterPage { diff --git a/MP-Site/WebMasterPages/MAPO_refresh30.master.cs b/MP-Site/WebMasterPages/MAPO_refresh30.master.cs index 20b2a89a..63e41151 100644 --- a/MP-Site/WebMasterPages/MAPO_refresh30.master.cs +++ b/MP-Site/WebMasterPages/MAPO_refresh30.master.cs @@ -1,13 +1,5 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class MAPO_refresh30 : System.Web.UI.MasterPage { diff --git a/MP-Site/WebMasterPages/MAPO_warning.master.cs b/MP-Site/WebMasterPages/MAPO_warning.master.cs index 84b43659..132144a9 100644 --- a/MP-Site/WebMasterPages/MAPO_warning.master.cs +++ b/MP-Site/WebMasterPages/MAPO_warning.master.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class MAPO_warning : System.Web.UI.MasterPage { diff --git a/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.cs b/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.cs index a96b79e9..93385173 100644 --- a/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.cs +++ b/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.cs @@ -1,10 +1,6 @@ using SteamWare; using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.designer.cs b/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.designer.cs index 59c40572..7d64f481 100644 --- a/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_AnPro_DettArt.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_AnPro_DettArt { /// diff --git a/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.cs b/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.cs index dd8987bd..9b7424cb 100644 --- a/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.cs +++ b/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.cs @@ -1,10 +1,6 @@ using SteamWare; using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.designer.cs b/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.designer.cs index c37cd5ad..1d8a1ba1 100644 --- a/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_AnPro_DettGg.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_AnPro_DettGg { /// diff --git a/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.cs b/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.cs index 6e63a35d..50c90116 100644 --- a/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.cs +++ b/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; +using SteamWare; +using System; using System.Web.UI; -using System.Web.UI.WebControls; -using SteamWare; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.designer.cs b/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.designer.cs index 65caa05d..c9a07c5b 100644 --- a/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_AnPro_Totali.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_AnPro_Totali { /// diff --git a/MP-Site/WebUserControls/mod_UI.ascx.designer.cs b/MP-Site/WebUserControls/mod_UI.ascx.designer.cs index e68e5c38..396fa9f4 100644 --- a/MP-Site/WebUserControls/mod_UI.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_UI.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_UI { /// diff --git a/MP-Site/WebUserControls/mod_andamentoStorico.ascx.cs b/MP-Site/WebUserControls/mod_andamentoStorico.ascx.cs index cf895134..4c25a59f 100644 --- a/MP-Site/WebUserControls/mod_andamentoStorico.ascx.cs +++ b/MP-Site/WebUserControls/mod_andamentoStorico.ascx.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_andamentoStorico.ascx.designer.cs b/MP-Site/WebUserControls/mod_andamentoStorico.ascx.designer.cs index 639c40ad..e5cd16a8 100644 --- a/MP-Site/WebUserControls/mod_andamentoStorico.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_andamentoStorico.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_andamentoStorico { } } diff --git a/MP-Site/WebUserControls/mod_datiConfermati.ascx.cs b/MP-Site/WebUserControls/mod_datiConfermati.ascx.cs index 6aecd01e..358de78e 100644 --- a/MP-Site/WebUserControls/mod_datiConfermati.ascx.cs +++ b/MP-Site/WebUserControls/mod_datiConfermati.ascx.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_datiConfermati.ascx.designer.cs b/MP-Site/WebUserControls/mod_datiConfermati.ascx.designer.cs index c5ea55d7..4c9942c8 100644 --- a/MP-Site/WebUserControls/mod_datiConfermati.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_datiConfermati.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_datiConfermati { /// diff --git a/MP-Site/WebUserControls/mod_grafico.ascx.cs b/MP-Site/WebUserControls/mod_grafico.ascx.cs index c20d33f5..481ed5bf 100644 --- a/MP-Site/WebUserControls/mod_grafico.ascx.cs +++ b/MP-Site/WebUserControls/mod_grafico.ascx.cs @@ -1,14 +1,3 @@ -using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using System.IO; using SteamWare; namespace MoonPro.WebUserControls diff --git a/MP-Site/WebUserControls/mod_grafico.ascx.designer.cs b/MP-Site/WebUserControls/mod_grafico.ascx.designer.cs index 2d847a94..b19e40f0 100644 --- a/MP-Site/WebUserControls/mod_grafico.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_grafico.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_grafico { /// diff --git a/MP-Site/WebUserControls/mod_immagineStato.ascx.designer.cs b/MP-Site/WebUserControls/mod_immagineStato.ascx.designer.cs index 9c3ee54d..4fd4e3ff 100644 --- a/MP-Site/WebUserControls/mod_immagineStato.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_immagineStato.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_immagineStato { /// diff --git a/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.cs b/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.cs index 57e9d006..965cf51e 100644 --- a/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.cs +++ b/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; +using MapoDb; using SteamWare; -using MapoDb; +using System; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.designer.cs b/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.designer.cs index 4d362588..a4c7e34c 100644 --- a/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_infoAggiuntive.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_infoAggiuntive { /// diff --git a/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.cs b/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.cs index c9e9b53e..35e2614c 100644 --- a/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.cs +++ b/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.cs @@ -1,15 +1,6 @@ -using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; using SteamWare; +using System; +using System.Web.UI; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.designer.cs b/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.designer.cs index 0c7cc817..ee9972c9 100644 --- a/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_listaStatiEventi.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_listaStatiEventi { /// diff --git a/MP-Site/WebUserControls/mod_mainMap.ascx.cs b/MP-Site/WebUserControls/mod_mainMap.ascx.cs index 78676f66..bf6eab22 100644 --- a/MP-Site/WebUserControls/mod_mainMap.ascx.cs +++ b/MP-Site/WebUserControls/mod_mainMap.ascx.cs @@ -1,9 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_mainMap.ascx.designer.cs b/MP-Site/WebUserControls/mod_mainMap.ascx.designer.cs index 86370216..025e840f 100644 --- a/MP-Site/WebUserControls/mod_mainMap.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_mainMap.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_mainMap { /// diff --git a/MP-Site/WebUserControls/mod_menuBottom.ascx.cs b/MP-Site/WebUserControls/mod_menuBottom.ascx.cs index a457ef17..cb0d3325 100644 --- a/MP-Site/WebUserControls/mod_menuBottom.ascx.cs +++ b/MP-Site/WebUserControls/mod_menuBottom.ascx.cs @@ -1,13 +1,5 @@ using System; -using System.Data; using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; using System.Diagnostics; public partial class mod_menuBottom : System.Web.UI.UserControl diff --git a/MP-Site/WebUserControls/mod_menuTop.ascx.cs b/MP-Site/WebUserControls/mod_menuTop.ascx.cs index d172caa1..ad66ce3d 100644 --- a/MP-Site/WebUserControls/mod_menuTop.ascx.cs +++ b/MP-Site/WebUserControls/mod_menuTop.ascx.cs @@ -1,15 +1,7 @@ -using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using System.Collections.Generic; using SteamWare; +using System; +using System.Collections.Generic; +using System.Web.UI; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_menuTop.ascx.designer.cs b/MP-Site/WebUserControls/mod_menuTop.ascx.designer.cs index a5d85a91..4ad73820 100644 --- a/MP-Site/WebUserControls/mod_menuTop.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_menuTop.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_menuTop { /// diff --git a/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.cs b/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.cs index 6dcf233a..c6308030 100644 --- a/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.cs +++ b/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.cs @@ -1,14 +1,5 @@ -using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; using SteamWare; +using System; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.designer.cs b/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.designer.cs index dc9299f6..3edb6e81 100644 --- a/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_periodoAnalisi.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_periodoAnalisi { /// diff --git a/MP-Site/WebUserControls/mod_realtimeClock.ascx.cs b/MP-Site/WebUserControls/mod_realtimeClock.ascx.cs index 6ee0cb3d..93e5ca2a 100644 --- a/MP-Site/WebUserControls/mod_realtimeClock.ascx.cs +++ b/MP-Site/WebUserControls/mod_realtimeClock.ascx.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_realtimeClock.ascx.designer.cs b/MP-Site/WebUserControls/mod_realtimeClock.ascx.designer.cs index 83e40b9d..08d8d235 100644 --- a/MP-Site/WebUserControls/mod_realtimeClock.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_realtimeClock.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_realtimeClock { } } diff --git a/MP-Site/WebUserControls/mod_righePag.ascx.cs b/MP-Site/WebUserControls/mod_righePag.ascx.cs index 1c09d6f2..77204187 100644 --- a/MP-Site/WebUserControls/mod_righePag.ascx.cs +++ b/MP-Site/WebUserControls/mod_righePag.ascx.cs @@ -1,10 +1,6 @@ using SteamWare; using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_righePag.ascx.designer.cs b/MP-Site/WebUserControls/mod_righePag.ascx.designer.cs index 68f4a2de..69b4a0c1 100644 --- a/MP-Site/WebUserControls/mod_righePag.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_righePag.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_righePag { /// diff --git a/MP-Site/WebUserControls/mod_schermataMacchina.ascx.cs b/MP-Site/WebUserControls/mod_schermataMacchina.ascx.cs index 572fc0f6..f1d92b80 100644 --- a/MP-Site/WebUserControls/mod_schermataMacchina.ascx.cs +++ b/MP-Site/WebUserControls/mod_schermataMacchina.ascx.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_schermataMacchina.ascx.designer.cs b/MP-Site/WebUserControls/mod_schermataMacchina.ascx.designer.cs index a91e6bdc..ac1e38c6 100644 --- a/MP-Site/WebUserControls/mod_schermataMacchina.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_schermataMacchina.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_schermataMacchina { /// diff --git a/MP-Site/WebUserControls/mod_semaforo.ascx.designer.cs b/MP-Site/WebUserControls/mod_semaforo.ascx.designer.cs index 2f8b6e9c..5b83d720 100644 --- a/MP-Site/WebUserControls/mod_semaforo.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_semaforo.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_semaforo { /// diff --git a/MP-Site/WebUserControls/mod_sequencerStati.ascx.designer.cs b/MP-Site/WebUserControls/mod_sequencerStati.ascx.designer.cs index fbd48c8c..2179476e 100644 --- a/MP-Site/WebUserControls/mod_sequencerStati.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_sequencerStati.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_sequencerStati { /// diff --git a/MP-Site/WebUserControls/mod_sequencerTempiCiclo.ascx.designer.cs b/MP-Site/WebUserControls/mod_sequencerTempiCiclo.ascx.designer.cs index 3896be35..16f5e595 100644 --- a/MP-Site/WebUserControls/mod_sequencerTempiCiclo.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_sequencerTempiCiclo.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_sequencerTempiCiclo { /// diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs index 39a27c7b..96547fd0 100644 --- a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_statoMacchina { /// diff --git a/MP-Site/WebUserControls/mod_statoMacchine.ascx.cs b/MP-Site/WebUserControls/mod_statoMacchine.ascx.cs index 7c2f4706..cc4e72e8 100644 --- a/MP-Site/WebUserControls/mod_statoMacchine.ascx.cs +++ b/MP-Site/WebUserControls/mod_statoMacchine.ascx.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; namespace MoonPro.WebUserControls { diff --git a/MP-Site/WebUserControls/mod_statoMacchine.ascx.designer.cs b/MP-Site/WebUserControls/mod_statoMacchine.ascx.designer.cs index 2d690562..1536497e 100644 --- a/MP-Site/WebUserControls/mod_statoMacchine.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_statoMacchine.ascx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro.WebUserControls { - - +namespace MoonPro.WebUserControls +{ + + public partial class mod_statoMacchine { } } diff --git a/MP-Site/diagApp.aspx.cs b/MP-Site/diagApp.aspx.cs index 1e1a7092..cb19dc44 100644 --- a/MP-Site/diagApp.aspx.cs +++ b/MP-Site/diagApp.aspx.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro { diff --git a/MP-Site/erroreComunicazione.aspx.cs b/MP-Site/erroreComunicazione.aspx.cs index e5112ad2..55e50103 100644 --- a/MP-Site/erroreComunicazione.aspx.cs +++ b/MP-Site/erroreComunicazione.aspx.cs @@ -1,13 +1,4 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; -using System.Web; -using System.Web.Security; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; public partial class erroreComunicazione : System.Web.UI.Page { diff --git a/MP-Site/excelAllMacchineDatiConfermati.aspx.cs b/MP-Site/excelAllMacchineDatiConfermati.aspx.cs index 6d59f1f2..1c675946 100644 --- a/MP-Site/excelAllMacchineDatiConfermati.aspx.cs +++ b/MP-Site/excelAllMacchineDatiConfermati.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelAllMacchineDatiConfermati : System.Web.UI.Page diff --git a/MP-Site/excelAllMacchineExportEventi.aspx.cs b/MP-Site/excelAllMacchineExportEventi.aspx.cs index 0ba3f47d..4b9ec1a2 100644 --- a/MP-Site/excelAllMacchineExportEventi.aspx.cs +++ b/MP-Site/excelAllMacchineExportEventi.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelAllMacchineExportEventi : System.Web.UI.Page { diff --git a/MP-Site/excelAllMacchineExportStati.aspx.cs b/MP-Site/excelAllMacchineExportStati.aspx.cs index 37bb38a3..5f1ef689 100644 --- a/MP-Site/excelAllMacchineExportStati.aspx.cs +++ b/MP-Site/excelAllMacchineExportStati.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelAllMacchineExportStati : System.Web.UI.Page { diff --git a/MP-Site/excelExportDatiConfermati.aspx.cs b/MP-Site/excelExportDatiConfermati.aspx.cs index e0c18621..5052cd68 100644 --- a/MP-Site/excelExportDatiConfermati.aspx.cs +++ b/MP-Site/excelExportDatiConfermati.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelExportDatiConfermati : System.Web.UI.Page { diff --git a/MP-Site/excelExportEventi.aspx.cs b/MP-Site/excelExportEventi.aspx.cs index dd2fbf2d..15186a6d 100644 --- a/MP-Site/excelExportEventi.aspx.cs +++ b/MP-Site/excelExportEventi.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelExportEventi : System.Web.UI.Page { diff --git a/MP-Site/excelExportStati.aspx.cs b/MP-Site/excelExportStati.aspx.cs index 802b983e..d36b022a 100644 --- a/MP-Site/excelExportStati.aspx.cs +++ b/MP-Site/excelExportStati.aspx.cs @@ -1,14 +1,6 @@ using System; -using System.Data; -using System.Configuration; -using System.Collections; using System.Web; -using System.Web.Security; using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.WebControls.WebParts; -using System.Web.UI.HtmlControls; -using MapoDb; public partial class excelExportStati : System.Web.UI.Page { diff --git a/MP-Site/inputSeriale.aspx.cs b/MP-Site/inputSeriale.aspx.cs index 8ba8267c..08f347b0 100644 --- a/MP-Site/inputSeriale.aspx.cs +++ b/MP-Site/inputSeriale.aspx.cs @@ -1,11 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using SteamWare; -using MapoDb; +using SteamWare; +using System; namespace MoonPro { diff --git a/MP-Site/inputSeriale.aspx.designer.cs b/MP-Site/inputSeriale.aspx.designer.cs index c13bcd9d..20be939e 100644 --- a/MP-Site/inputSeriale.aspx.designer.cs +++ b/MP-Site/inputSeriale.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class inputSeriale { /// diff --git a/MP-Site/lastUpdate.aspx.cs b/MP-Site/lastUpdate.aspx.cs index 8ef81fea..ed040d54 100644 --- a/MP-Site/lastUpdate.aspx.cs +++ b/MP-Site/lastUpdate.aspx.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using MapoDb; +using MapoDb; +using System; namespace MoonPro { diff --git a/MP-Site/lastUpdate.aspx.designer.cs b/MP-Site/lastUpdate.aspx.designer.cs index 6264fd2c..76c2c2ab 100644 --- a/MP-Site/lastUpdate.aspx.designer.cs +++ b/MP-Site/lastUpdate.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class lastUpdate { /// diff --git a/MP-Site/test.aspx.cs b/MP-Site/test.aspx.cs index 6db6041b..14ee238e 100644 --- a/MP-Site/test.aspx.cs +++ b/MP-Site/test.aspx.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; namespace MoonPro { diff --git a/MP-Site/test.aspx.designer.cs b/MP-Site/test.aspx.designer.cs index f3645375..798ac9ee 100644 --- a/MP-Site/test.aspx.designer.cs +++ b/MP-Site/test.aspx.designer.cs @@ -7,9 +7,10 @@ // //------------------------------------------------------------------------------ -namespace MoonPro { - - +namespace MoonPro +{ + + public partial class test { ///