- Filtro normale: IN CORSO
-- Filtro opzionale PER CLIENTE
-- FIltri accessori: OGGI | DOMANI | SETTIMANA | TUTTI | CONCLUSI ...
++ Filtro normale: IN CORSO
++ Filtro opzionale PER CLIENTE
++ FIltri accessori: OGGI | DOMANI | SETTIMANA | TUTTI | CONCLUSI ...
\ No newline at end of file diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx.cs b/WebSCR/WebUserControls/mod_Interventi.ascx.cs new file mode 100644 index 0000000..a248dc5 --- /dev/null +++ b/WebSCR/WebUserControls/mod_Interventi.ascx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace WebSCR.WebUserControls +{ + public partial class mod_Interventi : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs b/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs new file mode 100644 index 0000000..9919bda --- /dev/null +++ b/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +//