개정판 04d21859
다른 페이지의 markup을 바로가기로 클릭하는 경우 페이지 로딩 오류 발생
Change-Id: I0137919581ef9e1f5ff690f1d7c6cba776b5632d
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
115 | 115 |
} |
116 | 116 |
catch (Exception ex) |
117 | 117 |
{ |
118 |
throw new Exception("GetPageImageAsync(int PageNo,bool IsRestart =false)", ex);
|
|
118 |
PageImage = BitmapFrame.Create(new Uri(_BaseUri.Replace("{PageNo}", PageNo.ToString())), BitmapCreateOptions.None, BitmapCacheOption.OnLoad);
|
|
119 | 119 |
} |
120 | 120 |
finally |
121 | 121 |
{ |
내보내기 Unified diff