개정판 2007ecaa
thumbnail을 별도의 프로세스에서 download 하도록 수정
Change-Id: Ica8432a3fbe5e44d92412ec91290097deddeee71
KCOM/MainWindow.xaml.cs | ||
---|---|---|
49 | 49 |
App.splashString(ISplashMessage.MAINWINDOW); |
50 | 50 |
this.Loaded += MainWindow_Loaded; |
51 | 51 |
this.Unloaded += MainWindow_Unloaded; |
52 |
this.Closing += MainWindow_Closing; |
|
52 | 53 |
//this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
53 | 54 |
this.Activated += MainWindow_Activated; |
54 | 55 |
} |
55 | 56 |
|
57 |
private void MainWindow_Closing(object sender, CancelEventArgs e) |
|
58 |
{ |
|
59 |
DownloadProcess.ProcessKill(); |
|
60 |
} |
|
61 |
|
|
56 | 62 |
private void MainWindow_Activated(object sender, EventArgs e) |
57 | 63 |
{ |
58 | 64 |
this.Topmost = true; |
내보내기 Unified diff