개정판 2e35dd78
pemss 최종
Change-Id: Iaf8b86a518b3e3f99fe52e8ef4fe2cd2b7561a0a
KCOM/MainWindow.xaml.cs | ||
---|---|---|
54 | 54 |
App.splashString(ISplashMessage.MAINWINDOW); |
55 | 55 |
this.Loaded += MainWindow_Loaded; |
56 | 56 |
|
57 |
this.AddHandler(Keyboard.KeyDownEvent, |
|
58 |
new KeyEventHandler((sender, e) => |
|
59 |
{ |
|
60 |
System.Diagnostics.Debug.WriteLine("Mainwindow event"); |
|
61 |
KeyEventDownAction(sender, e); |
|
62 |
}), false); |
|
57 |
//this.AddHandler(Keyboard.KeyDownEvent,
|
|
58 |
// new KeyEventHandler((sender, e) =>
|
|
59 |
// {
|
|
60 |
// System.Diagnostics.Debug.WriteLine("Mainwindow event");
|
|
61 |
// KeyEventDownAction(sender, e);
|
|
62 |
// }), false);
|
|
63 | 63 |
|
64 | 64 |
//this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
65 | 65 |
//this.SourceInitialized += new EventHandler(win_SourceInitialized); |
내보내기 Unified diff