Performance upgrade - status icons reloaded only when really needed

This commit is contained in:
szporowolik
2019-10-19 13:22:44 +02:00
parent fb0620d178
commit 666c3a859f
2 changed files with 45 additions and 28 deletions

View File

@@ -7,6 +7,10 @@ internal class Globals
public static string[] arrLogHistory = new string[10]; // Log history for GUI
public static bool bLogHistoryUpdate = true; // Mark if log control require update
public static string strPerunTitleText = "";
public static bool bdcConnection = false; // Historic db connection status
public static bool btcpcServer = false; // Historic tcp connection status
public static bool bSRSStatus = false; // Historic srs connection status
public static bool bLotATCStatus = false; // Historic lotatc connection status
}