개정판 8e6884a5
1. markusstart 추가
- markus uri 생성기능
2. FinalPDFClient 추가
- final을 local에서 생성 가능하도록 하는 app
Change-Id: I684fd085ccdbe1ddbf4b92f8eb4e3563426e83e2
KCOM/Common/ViewerDataModel.cs | ||
---|---|---|
120 | 120 |
} |
121 | 121 |
} |
122 | 122 |
|
123 |
|
|
124 |
private bool isDocumentHistory; |
|
125 |
public bool IsDocumentHistory |
|
126 |
{ |
|
127 |
get => isDocumentHistory; |
|
128 |
set |
|
129 |
{ |
|
130 |
isDocumentHistory = value; |
|
131 |
OnPropertyChanged("IsDocumentHistory"); |
|
132 |
} |
|
133 |
} |
|
134 |
|
|
123 | 135 |
private bool isDownloadCancel; |
124 | 136 |
public bool IsDownloadCancel |
125 | 137 |
{ |
내보내기 Unified diff