fix vari using & co

This commit is contained in:
Samuele E. Locatelli
2017-04-11 13:34:28 +02:00
parent f28191f631
commit e6d21e2f3a
2 changed files with 8 additions and 15 deletions
+3 -7
View File
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using GPW_data;
using SteamWare;
using GPW_data;
using System;
using System.Web.UI;
namespace GPW.WebUserControls
{
+5 -8
View File
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using GPW_data;
using SteamWare;
using System;
using System.Data;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using SteamWare;
using GPW_data;
namespace GPW.WebUserControls
{
@@ -17,7 +14,7 @@ namespace GPW.WebUserControls
#region gestione eventi
public event EventHandler eh_resetSelezione;
public event EventHandler eh_nuovoValore;
//public event EventHandler eh_nuovoValore;
#endregion