From caec8b59c5a2ed7fcfda97f60a075a4c6e7b7b3b Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 26 Oct 2017 09:37:53 +0200 Subject: [PATCH] Forzato log verboso x capire comportamento etichetta... --- IOB-WIN/App.Debug.config | 1 + IOB-WIN/App.Release.config | 1 + IOB-WIN/MainForm.cs | 1 + 3 files changed, 3 insertions(+) diff --git a/IOB-WIN/App.Debug.config b/IOB-WIN/App.Debug.config index bc4606b4..a28a6954 100644 --- a/IOB-WIN/App.Debug.config +++ b/IOB-WIN/App.Debug.config @@ -6,5 +6,6 @@ + \ No newline at end of file diff --git a/IOB-WIN/App.Release.config b/IOB-WIN/App.Release.config index 625fe8b7..693347a9 100644 --- a/IOB-WIN/App.Release.config +++ b/IOB-WIN/App.Release.config @@ -5,5 +5,6 @@ + \ No newline at end of file diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 53a4ff1d..37989636 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -844,6 +844,7 @@ namespace IOB_WIN set { lblOutMessage3.Text = value; + if (iobObj.verboseLog) lg.Info(value); } } ///