diff --git a/GPW_Smart/WS/gateway.asmx.cs b/GPW_Smart/WS/gateway.asmx.cs
index 2319622..6950ff6 100644
--- a/GPW_Smart/WS/gateway.asmx.cs
+++ b/GPW_Smart/WS/gateway.asmx.cs
@@ -75,9 +75,9 @@ namespace GPW_Smart.WS
valori.Add(0);
}
}
-#endif
allData.Add(etichette);
allData.Add(valori);
+#endif
// restituisco oggetto!
return allData;
}
diff --git a/GPW_Smart/WebUserControls/cmp_chart.ascx b/GPW_Smart/WebUserControls/cmp_chart.ascx
new file mode 100644
index 0000000..7fa939f
--- /dev/null
+++ b/GPW_Smart/WebUserControls/cmp_chart.ascx
@@ -0,0 +1,116 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_chart.ascx.cs" Inherits="GPW_Smart.WebUserControls.cmp_chart" %>
+
+
+
+
+
+
+<%----%>
\ No newline at end of file
diff --git a/GPW_Smart/WebUserControls/cmp_chart.ascx.cs b/GPW_Smart/WebUserControls/cmp_chart.ascx.cs
new file mode 100644
index 0000000..27cd0b5
--- /dev/null
+++ b/GPW_Smart/WebUserControls/cmp_chart.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 GPW_Smart.WebUserControls
+{
+ public partial class cmp_chart : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GPW_Smart/WebUserControls/cmp_chart.ascx.designer.cs b/GPW_Smart/WebUserControls/cmp_chart.ascx.designer.cs
new file mode 100644
index 0000000..aa2d97d
--- /dev/null
+++ b/GPW_Smart/WebUserControls/cmp_chart.ascx.designer.cs
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace GPW_Smart.WebUserControls
+{
+
+
+ public partial class cmp_chart
+ {
+
+ ///
+ /// Controllo hfIdxPaziente.
+ ///
+ ///
+ /// 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.HiddenField hfIdxPaziente;
+
+ ///
+ /// Controllo hfData.
+ ///
+ ///
+ /// 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.HiddenField hfData;
+ }
+}