diff --git a/AppData/AppData.csproj b/AppData/AppData.csproj index 732d0a0..c573657 100644 --- a/AppData/AppData.csproj +++ b/AppData/AppData.csproj @@ -31,8 +31,43 @@ 4 + + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + + ..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll + + + ..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll + + + ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + + + ..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + + ..\packages\System.IO.Pipelines.4.5.3\lib\netstandard2.0\System.IO.Pipelines.dll + + + ..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + @@ -45,5 +80,9 @@ + + + + \ No newline at end of file diff --git a/AppData/app.config b/AppData/app.config new file mode 100644 index 0000000..ddd70d0 --- /dev/null +++ b/AppData/app.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AppData/packages.config b/AppData/packages.config new file mode 100644 index 0000000..a4dbf58 --- /dev/null +++ b/AppData/packages.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NKC_WF/ExtLib/SteamWare.dll.config b/NKC_WF/ExtLib/SteamWare.dll.config new file mode 100644 index 0000000..002c5b9 --- /dev/null +++ b/NKC_WF/ExtLib/SteamWare.dll.config @@ -0,0 +1,87 @@ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index 0be8deb..f36079e 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -60,11 +60,46 @@ packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\..\..\VisualStudioProject\NKC\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll + + + False + ..\..\..\..\VisualStudioProject\NKC\NKC_WF\ExtLib\SteamWare.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.IO.Pipelines.4.5.3\lib\netstandard2.0\System.IO.Pipelines.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll + + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll + + + ..\..\..\..\VisualStudioProject\NKC\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + @@ -116,6 +151,7 @@ + @@ -142,6 +178,7 @@ + diff --git a/NKC_WF/Site.Master.cs b/NKC_WF/Site.Master.cs index 2890fb6..acc3080 100644 --- a/NKC_WF/Site.Master.cs +++ b/NKC_WF/Site.Master.cs @@ -11,7 +11,12 @@ namespace NKC_WF { protected void Page_Load(object sender, EventArgs e) { + cmp_footer.eh_doRefresh += Cmp_footer_eh_doRefresh; + } + private void Cmp_footer_eh_doRefresh(object sender, EventArgs e) + { + // faccio refresh pagina... } } } \ No newline at end of file diff --git a/NKC_WF/Web.config b/NKC_WF/Web.config index 78198e0..84e407a 100644 --- a/NKC_WF/Web.config +++ b/NKC_WF/Web.config @@ -16,6 +16,15 @@ + + + + + + + + + @@ -30,6 +39,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NKC_WF/WebUserControls/cmp_footer.ascx b/NKC_WF/WebUserControls/cmp_footer.ascx index 410d2f1..e1a1da4 100644 --- a/NKC_WF/WebUserControls/cmp_footer.ascx +++ b/NKC_WF/WebUserControls/cmp_footer.ascx @@ -8,11 +8,9 @@
- - +  -  -

© <%: DateTime.Now.Year %> - Applicazione ASP.NET

- diff --git a/NKC_WF/WebUserControls/cmp_footer.ascx.cs b/NKC_WF/WebUserControls/cmp_footer.ascx.cs index 4737b92..51c2aad 100644 --- a/NKC_WF/WebUserControls/cmp_footer.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_footer.ascx.cs @@ -1,4 +1,5 @@ using System; +using System.Configuration; namespace NKC_WF.WebUserControls { @@ -7,12 +8,9 @@ namespace NKC_WF.WebUserControls public event EventHandler eh_doRefresh; protected void Page_Load(object sender, EventArgs e) { - -#if false // sistemo le stringhe... lblApp.Text = string.Format("{0} v.{1}", ConfigurationManager.AppSettings.Get("appName"), System.Reflection.Assembly.GetExecutingAssembly().GetName().Version); - lblCopyRight.Text = string.Format("{0}-{1}", ConfigurationManager.AppSettings.Get("copyRight"), DateTime.Now.Year); -#endif + lblCopyRight.Text = string.Format("{0}-{1}", ConfigurationManager.AppSettings.Get("copyRight"), DateTime.Now.Year); setTimer(); setClock(); } @@ -21,9 +19,7 @@ namespace NKC_WF.WebUserControls /// private void setTimer() { -#if false Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms"); -#endif } protected void Timer1_Tick(object sender, EventArgs e) { diff --git a/NKC_WF/WebUserControls/cmp_footer.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_footer.ascx.designer.cs index 7dfbbc8..65e7b8f 100644 --- a/NKC_WF/WebUserControls/cmp_footer.ascx.designer.cs +++ b/NKC_WF/WebUserControls/cmp_footer.ascx.designer.cs @@ -39,15 +39,6 @@ namespace NKC_WF.WebUserControls { /// protected global::System.Web.UI.WebControls.Label lblApp; - /// - /// Controllo lblrev. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.Label lblrev; - /// /// Controllo lblCopyRight. /// diff --git a/NKC_WF/packages.config b/NKC_WF/packages.config index d382b9a..218c5d3 100644 --- a/NKC_WF/packages.config +++ b/NKC_WF/packages.config @@ -17,6 +17,16 @@ + + + + + + + + + + \ No newline at end of file