개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
IIpc/IIpcClient.cs | ||
---|---|---|
11 | 11 |
public interface IIpcClient |
12 | 12 |
{ |
13 | 13 |
[OperationContract(IsOneWay = true)] |
14 |
void SendThumbnailReceived(int pageno, string path); |
|
14 |
void SendThumbnailReceived(int pageno, string path, bool isLast);
|
|
15 | 15 |
|
16 | 16 |
[OperationContract(IsOneWay = true)] |
17 | 17 |
void SendFileDownloadReceived(double progress, bool isFinish); |
내보내기 Unified diff