개정판 d97dbc7f
thumbnail loading 속도 개선
Change-Id: I465c8a2b6e2942b2f563ca8f5c8fbdd5e4860f57
KCOM/MainWindow.xaml.cs | ||
---|---|---|
50 | 50 |
this.Loaded += MainWindow_Loaded; |
51 | 51 |
this.Unloaded += MainWindow_Unloaded; |
52 | 52 |
this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
53 |
this.Activated += MainWindow_Activated; |
|
54 |
} |
|
55 |
|
|
56 |
private void MainWindow_Activated(object sender, EventArgs e) |
|
57 |
{ |
|
58 |
this.Topmost = true; |
|
53 | 59 |
} |
54 | 60 |
|
55 | 61 |
private void MainWindow_Unloaded(object sender, RoutedEventArgs e) |
내보내기 Unified diff