프로젝트

일반

사용자정보

개정판 a7372e37

IDa7372e3767d946fe69f300f51e9106c4e7794bc9
상위 339cabdd
하위 81908c01

김태성이(가) 약 5년 전에 추가함

kcom_Api 수정

Change-Id: I9dcefa2c90444f26fdc5bb68ee5c1092f172c9dc

차이점 보기:

KCOM/PageManager/PageStorage.cs
97 97
        
98 98
                PageImage = BitmapFrame.Create(pageItem.LocalUri, BitmapCreateOptions.None, BitmapCacheOption.OnLoad);
99 99
            }
100
            catch (Exception ex)
100
            catch (Exception)
101 101
            {
102
                throw new Exception("GetPageAsync(string BasePageUri,int PageNo)", ex);
102
                PageImage = await GetPageAsync(PageNo);
103
                //throw new Exception("GetPageAsync(string BasePageUri,int PageNo)", ex);
103 104
            }
104 105
            finally
105 106
            {

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)