添加项目
This commit is contained in:
16
WPFUI.Test/GlobalVariables.cs
Normal file
16
WPFUI.Test/GlobalVariables.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
using WPFUI.Test.Web;
|
||||
|
||||
|
||||
namespace WPFUI.Test;
|
||||
|
||||
public class GlobalVariables
|
||||
{
|
||||
public static string AddInPath = Assembly.GetExecutingAssembly().Location;
|
||||
public static string DirAssembly = Path.GetDirectoryName(AddInPath);
|
||||
|
||||
public static AuthenticationService AuthenticationService { get; } = new AuthenticationService();
|
||||
public static bool IsLogin { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user