개정판 8e6884a5
1. markusstart 추가
- markus uri 생성기능
2. FinalPDFClient 추가
- final을 local에서 생성 가능하도록 하는 app
Change-Id: I684fd085ccdbe1ddbf4b92f8eb4e3563426e83e2
KCOM/App.xaml.cs | ||
---|---|---|
151 | 151 |
|
152 | 152 |
string localdomain = CommonLib.Common.GetConfigString("HOST_DOMAIN", "DOMAIN", ""); |
153 | 153 |
|
154 |
ViewerDataModel.Instance.IsDocumentHistory = Convert.ToBoolean(CommonLib.Common.GetConfigString("COMMON","IsDocumentHistory", "true")); |
|
155 |
|
|
154 | 156 |
var hostEntry = CommonLib.DNSHelper.GetHostEntryTask(); |
155 | 157 |
|
156 | 158 |
if (hostEntry == null) |
... | ... | |
263 | 265 |
|
264 | 266 |
private void KeyDownEvent(object sender, KeyEventArgs e) |
265 | 267 |
{ |
266 |
if (e.Key == Key.Escape || e.Key == Key.Delete) |
|
267 |
{ |
|
268 |
//if (e.Key == Key.Escape || e.Key == Key.Delete)
|
|
269 |
//{
|
|
268 | 270 |
System.Diagnostics.Debug.WriteLine("app key Event"); |
269 | 271 |
Common.ViewerDataModel.Instance.SystemMain.KeyEventDownAction(sender, e); |
270 |
} |
|
272 |
//}
|
|
271 | 273 |
} |
272 | 274 |
|
273 | 275 |
private async Task<bool> SplashScreenAsnyc() |
내보내기 Unified diff