mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
v0.4.0 major code cleanup
This commit is contained in:
7
02_Windows_App/Perun_v1/01_Classes/Globals.cs
Normal file
7
02_Windows_App/Perun_v1/01_Classes/Globals.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
}
|
||||
Reference in New Issue
Block a user