diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll
index 106f0d52..ea1239f1 100644
Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ
diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll
index 288221a9..053904dd 100644
Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ
diff --git a/GMW-RT/bin/SteamWare.dll b/GMW-RT/bin/SteamWare.dll
index d704dfea..0dd8413e 100644
Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ
diff --git a/GMW/WebUserControls/mod_sterrTaglio.ascx b/GMW/WebUserControls/mod_sterrTaglio.ascx
index 13d84d2c..b1df9e8d 100644
--- a/GMW/WebUserControls/mod_sterrTaglio.ascx
+++ b/GMW/WebUserControls/mod_sterrTaglio.ascx
@@ -20,7 +20,7 @@
+ OnSorted="grView_Sorted" Width="100%" OnSelectedIndexChanged="grView_SelectedIndexChanged">
@@ -55,6 +55,11 @@
+
+
+
+
+
non riconosciuto!";
@@ -912,6 +911,16 @@ namespace GMW.WebUserControls
}
return answ;
}
+ ///
+ /// qui la seleizone è x scaricare...
+ ///
+ ///
+ ///
+ protected void grView_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ consumaUdc(grView.SelectedValue.ToString());
+ doUpdate();
+ }
}
}
\ No newline at end of file
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index 8d3436bf..91443b9d 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index 288221a9..053904dd 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index d704dfea..0dd8413e 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ
diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs
index c022570c..775d95cf 100644
--- a/VersGen/GMW.cs
+++ b/VersGen/GMW.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("2.8.743.1760")]
-[assembly: AssemblyFileVersion("2.8.743.1760")]
+[assembly: AssemblyVersion("2.8.744.1761")]
+[assembly: AssemblyFileVersion("2.8.744.1761")]
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt
index 0918abe8..108c71d5 100644
--- a/VersGen/GMW.tt
+++ b/VersGen/GMW.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("2.8.743.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("2.8.743.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("2.8.744.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("2.8.744.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+