mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Working mysql connection icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user