全局缓存线路列表

This commit is contained in:
lishuo 2021-12-29 14:50:57 +08:00
parent b8a3a30629
commit 7661a4e61d

View File

@ -161,7 +161,7 @@ public static class App
#endregion
//记录当前集合
public static MapRouteAreaItem currentArea = null;
internal static Dictionary<int,string> RouteNameDict = new Dictionary<int, string>();
public static List<MapRoute> RouteList = new List<MapRoute>();
public static bool _currentPageIsHome = false;
public static event EventHandler isHomeChanged;
public static bool currentPageIsHome