개정판 d7e20d2d
markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
Change-Id: Ib6ef3d770a360c40acf01d6de04668bee653eee4
KCOM/MainWindow.xaml.cs | ||
---|---|---|
48 | 48 |
{ |
49 | 49 |
App.splashString(ISplashMessage.MAINWINDOW); |
50 | 50 |
this.Loaded += MainWindow_Loaded; |
51 |
this.Unloaded += MainWindow_Unloaded; |
|
51 | 52 |
this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
52 | 53 |
this.SourceInitialized += new EventHandler(win_SourceInitialized); |
53 | 54 |
} |
54 | 55 |
|
56 |
private void MainWindow_Unloaded(object sender, RoutedEventArgs e) |
|
57 |
{ |
|
58 |
//ViewerDataModel.Instance.ImageViewPath.UriSource = null; |
|
59 |
//ViewerDataModel.Instance.ImageViewPath_C.UriSource = null; |
|
60 |
} |
|
61 |
|
|
55 | 62 |
public static BitmapImage CursorChange() |
56 | 63 |
{ |
57 | 64 |
BitmapImage bmp = new BitmapImage(); |
... | ... | |
365 | 372 |
{ |
366 | 373 |
MinWidth = 400, |
367 | 374 |
FontSize = 11, |
368 |
Text = "저장되지 않은 코멘트가 있습니다. 저장 하시겠습니까?",
|
|
375 |
Text = "Found unsaved comments. Save now?",
|
|
369 | 376 |
TextWrapping = System.Windows.TextWrapping.Wrap |
370 | 377 |
}, |
371 | 378 |
Header = "Confirm", |
... | ... | |
430 | 437 |
{ |
431 | 438 |
MinWidth = 400, |
432 | 439 |
FontSize = 11, |
433 |
Text = "새로운 버전이 있습니다. \n업데이트 하시겠습니까?",
|
|
440 |
Text = "Update is available. \n Update now?",
|
|
434 | 441 |
TextWrapping = System.Windows.TextWrapping.Wrap |
435 | 442 |
}, |
436 | 443 |
Header = "Confirm", |
내보내기 Unified diff