개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
IIpc/WcfClient.cs | ||
---|---|---|
27 | 27 |
this.Channel.SendFileDownloadReceived(progress, isFinish); |
28 | 28 |
} |
29 | 29 |
|
30 |
public void SendThumbnailReceived(int pageno, string path) |
|
30 |
public void SendThumbnailReceived(int pageno, string path, bool isLast)
|
|
31 | 31 |
{ |
32 |
this.Channel.SendThumbnailReceived(pageno, path); |
|
32 |
this.Channel.SendThumbnailReceived(pageno, path, isLast);
|
|
33 | 33 |
} |
34 | 34 |
} |
35 | 35 |
} |
내보내기 Unified diff