using FSI.Lib.WinSettings; using Hardcodet.Wpf.TaskbarNotification; namespace FSI.BT.Tools { internal static class Global { public static FrmRadialMenu? FrmRadialMenu { get; set; } public static TaskbarIcon? TaskbarIcon { get; set; } public static AppSettings? Settings { get; set; } public static bool UserRights { get; set; } public static bool AdminRights { get; set; } public static bool SuperAdminRights { get; set; } } }