15 lines
377 B
C#
15 lines
377 B
C#
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
|
|
}
|
|
}
|