개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
IIpc/IpcThumbnailEventArgs.cs | ||
---|---|---|
9 | 9 |
[Serializable] |
10 | 10 |
public sealed class IpcThumbnailEventArgs : EventArgs |
11 | 11 |
{ |
12 |
public IpcThumbnailEventArgs(int pageno,string path) |
|
12 |
public IpcThumbnailEventArgs(int pageno,string path, bool isLast)
|
|
13 | 13 |
{ |
14 | 14 |
this.PageNo = pageno; |
15 | 15 |
this.Path = path; |
16 |
this.IsLast = isLast; |
|
16 | 17 |
} |
17 | 18 |
|
18 | 19 |
public int PageNo { get; private set; } |
19 | 20 |
public string Path { get; private set; } |
21 |
public bool IsLast { get; private set; } |
|
20 | 22 |
} |
21 | 23 |
} |
내보내기 Unified diff