cambiato modalità display x datamonitor OTHER

This commit is contained in:
Samuele E. Locatelli
2017-10-26 09:49:48 +02:00
parent caec8b59c5
commit f052cb6a05
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -6,6 +6,5 @@
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="DemoIn" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="DemoOut" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="verbose" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
</appSettings>
</configuration>
+3 -1
View File
@@ -844,7 +844,9 @@ namespace IOB_WIN
set
{
lblOutMessage3.Text = value;
if (iobObj.verboseLog) lg.Info(value);
lg.Info("---------------- START CHECK OTHER ------------------");
lg.Info(value);
lg.Info("---------------- END CHECK OTHER ------------------");
}
}
/// <summary>