Added support for command line arguments

This commit is contained in:
szporowolik
2019-10-04 14:17:15 +02:00
parent fcb189a4cd
commit 09d379d611
2 changed files with 32 additions and 3 deletions

View File

@@ -5,6 +5,6 @@ internal class Globals
{
public static string strPerunVersion = "DEBUG"; // Helper for pulling version definition
public static string[] arrLogHistory = new string[10]; // Log history for GUI
public static string strPerunTitleText = "";
}