개정판 8e6884a5
1. markusstart 추가
- markus uri 생성기능
2. FinalPDFClient 추가
- final을 local에서 생성 가능하도록 하는 app
Change-Id: I684fd085ccdbe1ddbf4b92f8eb4e3563426e83e2
KCOM/MainWindow.xaml.cs | ||
---|---|---|
49 | 49 |
App.splashString(ISplashMessage.MAINWINDOW); |
50 | 50 |
this.Loaded += MainWindow_Loaded; |
51 | 51 |
this.Unloaded += MainWindow_Unloaded; |
52 |
this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
|
52 |
//this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction);
|
|
53 | 53 |
this.Activated += MainWindow_Activated; |
54 | 54 |
} |
55 | 55 |
|
내보내기 Unified diff