From 05c2a465a24b25c5c218f98dc00834c5afd73ef8 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 23 Jan 2017 17:47:19 +0100 Subject: [PATCH] aggiunti gli score --- ScheMe/VVF.aspx | 21 +++++++++++++++++++++ ScheMe/VVF.aspx.designer.cs | 9 +++++++++ 2 files changed, 30 insertions(+) diff --git a/ScheMe/VVF.aspx b/ScheMe/VVF.aspx index faf4f33..1a02049 100644 --- a/ScheMe/VVF.aspx +++ b/ScheMe/VVF.aspx @@ -17,6 +17,21 @@ <%: Request.QueryString["DataVisita"] %> +
diff --git a/ScheMe/VVF.aspx.designer.cs b/ScheMe/VVF.aspx.designer.cs index 8587561..952f506 100644 --- a/ScheMe/VVF.aspx.designer.cs +++ b/ScheMe/VVF.aspx.designer.cs @@ -83,5 +83,14 @@ namespace ScheMe { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource odsFS; + + /// + /// odsRischio control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource odsRischio; } }