全局缓存线路列表
This commit is contained in:
parent
b8a3a30629
commit
7661a4e61d
@ -161,7 +161,7 @@ public static class App
|
|||||||
#endregion
|
#endregion
|
||||||
//记录当前集合
|
//记录当前集合
|
||||||
public static MapRouteAreaItem currentArea = null;
|
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 bool _currentPageIsHome = false;
|
||||||
public static event EventHandler isHomeChanged;
|
public static event EventHandler isHomeChanged;
|
||||||
public static bool currentPageIsHome
|
public static bool currentPageIsHome
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user