개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOM/Controls/Sample.xaml.cs | ||
---|---|---|
169 | 169 |
|
170 | 170 |
this.PageCount = PageList.Count(); |
171 | 171 |
|
172 |
string endpoint = App.ViewInfo.DocumentItemID + "Thumbnail";
|
|
172 |
string endpoint = Common.Commons.shortGuid() + "Thumbnail";
|
|
173 | 173 |
|
174 | 174 |
IIpc.WcfServer wcfServer = new IIpc.WcfServer(endpoint); |
175 | 175 |
wcfServer.IpcThumbnailReceived += WcfServer_IpcThumbnailReceived; |
176 | 176 |
wcfServer.Start(); |
177 | 177 |
|
178 | 178 |
DownloadProcess.ThumbnailDownloader(endpoint,ViewerDataModel.Instance.IsAdmin, this._DefaultUri, tempStoragePath, "jpg", this.PageCount); |
179 |
DownloadProcess.ProcessMonitor(ViewerDataModel.Instance.IsAdmin, tempStoragePath); |
|
179 | 180 |
|
180 | 181 |
App.splashScreen.Close(); |
181 | 182 |
} |
내보내기 Unified diff