Add project files.

This commit is contained in:
2022-12-30 19:38:19 +01:00
parent 1723b0776e
commit a6ef1b1004
14 changed files with 982 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Driver_Easy_Loader
{
internal class variables
{
public static bool islicenseinstalled = false; //false by fallback
public static bool isloaderinstalled = false; //false by fallback
public static bool isadmin = false; //false by fallback
}
}