From 36672df7f67e0ae2ebdf524309776e097a782581 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 14 Nov 2016 16:46:34 +0100 Subject: [PATCH] =?UTF-8?q?fix=20repProd=5FGG=20(tanto=20non=20=C3=A8=20us?= =?UTF-8?q?ato...)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MP-Tablet/WebUserControls/mod_RepProd_GG.ascx | 8 +++++-- .../mod_RepProd_GG.ascx.designer.cs | 22 +++++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx b/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx index 793a248e..cdba0302 100644 --- a/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx +++ b/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx @@ -72,11 +72,15 @@ - + + + - + + + diff --git a/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx.designer.cs index 445b684d..73dd036e 100644 --- a/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx.designer.cs +++ b/MP-Tablet/WebUserControls/mod_RepProd_GG.ascx.designer.cs @@ -85,12 +85,30 @@ namespace MoonProTablet.WebUserControls { protected global::System.Web.UI.WebControls.HiddenField hfDataTo; /// - /// hfOpenOnly control. + /// hfClosed control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.HiddenField hfOpenOnly; + protected global::System.Web.UI.WebControls.HiddenField hfClosed; + + /// + /// hfOpen control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfOpen; + + /// + /// hfNew control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfNew; } }