-
+
diff --git a/C2P/WebUserControls/mod_selPeriodo.ascx.designer.cs b/C2P/WebUserControls/mod_selPeriodo.ascx.designer.cs
index cc2d579..72bec41 100644
--- a/C2P/WebUserControls/mod_selPeriodo.ascx.designer.cs
+++ b/C2P/WebUserControls/mod_selPeriodo.ascx.designer.cs
@@ -22,13 +22,13 @@ namespace C2P.WebUserControls {
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
///
- /// lblPeriodo control.
+ /// ddlSelPeriodo control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::System.Web.UI.WebControls.Label lblPeriodo;
+ protected global::System.Web.UI.WebControls.DropDownList ddlSelPeriodo;
///
/// txtInizio control.
@@ -39,6 +39,15 @@ namespace C2P.WebUserControls {
///
protected global::System.Web.UI.WebControls.TextBox txtInizio;
+ ///
+ /// lblPeriodo control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label lblPeriodo;
+
///
/// txtFine control.
///
@@ -48,15 +57,6 @@ namespace C2P.WebUserControls {
///
protected global::System.Web.UI.WebControls.TextBox txtFine;
- ///
- /// ddlSelPeriodo control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.DropDownList ddlSelPeriodo;
-
///
/// btnUpdate control.
///
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index d5e0af0..eafcd5e 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index 286121a..96b0053 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll
index 9c437c8..60c1a5e 100644
Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index b360b59..8994977 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.6.47.136")]
-[assembly: AssemblyFileVersion("0.6.47.136")]
+[assembly: AssemblyVersion("0.6.48.137")]
+[assembly: AssemblyFileVersion("0.6.48.137")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index 82dabda..7da97e8 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.6.47.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.6.47.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.6.48.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.6.48.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+