摘要:
以下代码位于AppStateManager.cs文件中:// Restore the state public override void RestoreState() { string mapAlias = ParamsDictionary[ActiveMapAliasKey] as string; Map map = GetMapObj(mapAlias); // If it was user's first time and the session was not dirty then save this default state to be applied later. // If 阅读全文
posted @ 2011-01-04 11:30
carekee
阅读(778)
评论(0)
推荐(0)