OK UPDATE!!!

This commit is contained in:
Samuele E. Locatelli
2015-06-10 12:41:18 +02:00
parent 6c91698442
commit 0f4bcbed3f
10 changed files with 5 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16,10 +16,10 @@ namespace CMS_SC
((Bootstrap)this.Master).showSearch = true;
mod_righePag.numRowPag = 20;
mod_DettScheda.pageSize = mod_righePag.numRowPag;
updateControls();
}
mod_righePag.eh_newNum += mod_righePag_eh_newNum;
mod_DettScheda.eh_selezioneValore += mod_DettScheda_eh_selezioneValore;
updateControls();
}
/// <summary>
/// se c'è selezione valore MOSTROschema parametri validazione
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("1.2.025.335")]
[assembly: AssemblyFileVersion("1.2.025.335")]
[assembly: AssemblyVersion("1.2.026.335")]
[assembly: AssemblyFileVersion("1.2.026.335")]
[assembly: AssemblyCopyright("Steamware © 2009-2015")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("1.2.025.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.2.025.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.2.026.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.2.026.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2009-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
Binary file not shown.