Working mysql connection icon

This commit is contained in:
szporowolik
2019-09-13 13:31:03 +02:00
parent ddb2527eb8
commit 238f6e29ae
6 changed files with 76 additions and 53 deletions

View File

@@ -1,7 +1,10 @@
// This class gathers all global variables
// This class gathers all global variable
using MySql.Data.MySqlClient;
internal class Globals
{
public static string strPerunVersion = "DEBUG"; // Helper for pulling version definition
public static string[] arrLogHistory = new string[10]; // Log history for GUI
}
}