mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19:55:40 +02:00
7 lines
265 B
C#
7 lines
265 B
C#
// This class gathers all global variables
|
|
|
|
internal class Globals
|
|
{
|
|
public static string strPerunVersion = "DEBUG"; // Helper for pulling version definition
|
|
public static string[] arrLogHistory = new string[10]; // Log history for GUI
|
|
} |