diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index 077ee93..4a6b9c7 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index c217f3a..4060866 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index 077ee93..4a6b9c7 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS_SC/AnagFamMacchine.aspx b/CMS_SC/AnagFamMacchine.aspx index 40525ed..652763c 100644 --- a/CMS_SC/AnagFamMacchine.aspx +++ b/CMS_SC/AnagFamMacchine.aspx @@ -9,9 +9,14 @@
-
+
+
+

<%: traduci("AnagFamMacchine") %>

+
+
+
diff --git a/CMS_SC/AnagFamMacchine.aspx.cs b/CMS_SC/AnagFamMacchine.aspx.cs index 47e6e85..b940170 100644 --- a/CMS_SC/AnagFamMacchine.aspx.cs +++ b/CMS_SC/AnagFamMacchine.aspx.cs @@ -1,4 +1,5 @@ -using System; +using SteamWare; +using System; using System.Collections.Generic; using System.Linq; using System.Web; @@ -24,5 +25,14 @@ namespace CMS_SC { mod_AnagFamMacc.pageSize = mod_righePag.numRowPag; } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(string lemma) + { + return user_std.UtSn.Traduci(lemma); + } } } \ No newline at end of file diff --git a/CMS_SC/AnagMatricole.aspx b/CMS_SC/AnagMatricole.aspx index abac652..565f04b 100644 --- a/CMS_SC/AnagMatricole.aspx +++ b/CMS_SC/AnagMatricole.aspx @@ -8,9 +8,14 @@
-
+
+
+

<%: traduci("AnagMatricole") %>

+
+
+
diff --git a/CMS_SC/AnagMatricole.aspx.cs b/CMS_SC/AnagMatricole.aspx.cs index 212d337..0301b55 100644 --- a/CMS_SC/AnagMatricole.aspx.cs +++ b/CMS_SC/AnagMatricole.aspx.cs @@ -1,4 +1,5 @@ -using System; +using SteamWare; +using System; using System.Collections.Generic; using System.Linq; using System.Web; @@ -19,7 +20,15 @@ namespace CMS_SC } mod_righePag.eh_newNum += mod_righePag_eh_newNum; } - + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(string lemma) + { + return user_std.UtSn.Traduci(lemma); + } void mod_righePag_eh_newNum(object sender, EventArgs e) { mod_anagMatricole.pageSize = mod_righePag.numRowPag; diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index 077ee93..4a6b9c7 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 3d03478..7786425 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index c217f3a..4060866 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 06fb962..2e19e04 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ