diff --git a/.vs/config/applicationhost.config b/.vs/config/applicationhost.config index 4ff94a5..cd28fcb 100644 --- a/.vs/config/applicationhost.config +++ b/.vs/config/applicationhost.config @@ -162,7 +162,7 @@ - + diff --git a/ScheMe/Accettazione.aspx.cs b/ScheMe/Accettazione.aspx.cs index 1935718..2bd8d87 100644 --- a/ScheMe/Accettazione.aspx.cs +++ b/ScheMe/Accettazione.aspx.cs @@ -16,7 +16,7 @@ namespace ScheMe if (!Page.IsPostBack) { memLayer.ML.emptySessionVal("Paziente"); - hfMainLblCond.Value = memLayer.ML.AppConf["BaseLabel"]; + hfMainLblCond.Value = memLayer.ML.cdv("BaseLabel"); ddlFiltDue.Enabled = false; } } diff --git a/ScheMe/AccettazioneEdit.aspx.cs b/ScheMe/AccettazioneEdit.aspx.cs index 5f7534a..7dd84af 100644 --- a/ScheMe/AccettazioneEdit.aspx.cs +++ b/ScheMe/AccettazioneEdit.aspx.cs @@ -69,7 +69,7 @@ namespace ScheMe btnSave.Visible = true; } // aggiungo valore prefiltraggio base - hfMainLblCond.Value = memLayer.ML.AppConf["BaseLabel"]; + hfMainLblCond.Value = memLayer.ML.cdv("BaseLabel"); setFilters(); } } diff --git a/ScheMe/Web.config b/ScheMe/Web.config index 57ee365..2c70941 100644 --- a/ScheMe/Web.config +++ b/ScheMe/Web.config @@ -4,59 +4,65 @@ http://go.microsoft.com/fwlink/?LinkId=169433 --> - - -
-
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/ScheMe/bin/EnvDTE.dll b/ScheMe/bin/EnvDTE.dll index 8885f5f..181b5e8 100644 Binary files a/ScheMe/bin/EnvDTE.dll and b/ScheMe/bin/EnvDTE.dll differ diff --git a/ScheMe/bin/EnvDTE80.dll b/ScheMe/bin/EnvDTE80.dll index dc6fae3..679089b 100644 Binary files a/ScheMe/bin/EnvDTE80.dll and b/ScheMe/bin/EnvDTE80.dll differ diff --git a/ScheMe/bin/ICSharpCode.SharpZipLib.dll b/ScheMe/bin/ICSharpCode.SharpZipLib.dll index a2a6f25..fe643eb 100644 Binary files a/ScheMe/bin/ICSharpCode.SharpZipLib.dll and b/ScheMe/bin/ICSharpCode.SharpZipLib.dll differ diff --git a/ScheMe/bin/Microsoft.VisualStudio.Shell.Interop.dll b/ScheMe/bin/Microsoft.VisualStudio.Shell.Interop.dll index 571ab91..bdbfc0e 100644 Binary files a/ScheMe/bin/Microsoft.VisualStudio.Shell.Interop.dll and b/ScheMe/bin/Microsoft.VisualStudio.Shell.Interop.dll differ diff --git a/ScheMe_Data/bin/Debug/ICSharpCode.SharpZipLib.dll b/ScheMe_Data/bin/Debug/ICSharpCode.SharpZipLib.dll index a2a6f25..fe643eb 100644 Binary files a/ScheMe_Data/bin/Debug/ICSharpCode.SharpZipLib.dll and b/ScheMe_Data/bin/Debug/ICSharpCode.SharpZipLib.dll differ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 87144b5..0194f73 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ