개정판 0cda2a88
ID | 0cda2a885008c0503d20d124631932685c72d462 |
상위 | b4b23404 |
하위 | 65d2042f, 2c629eec, 4cb62752, 71208c63, 606884bf, 64374bd8, 7f8a2ff4, 20ef6ffe, b2c6901f, 2c3eae15, 77190232, 6b24246c |
markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
- Markup데이터를 페이지 로딩전 미리 로드
Change-Id: Ib6ef3d770a360c40acf01d6de04668bee653eee4
KCOM/App.xaml.cs | ||
---|---|---|
40 | 40 |
/// </summary> |
41 | 41 |
public partial class App : Application |
42 | 42 |
{ |
43 |
public static PageManager.PageStorage PageStorage; |
|
44 |
|
|
43 | 45 |
public static BasicHttpBinding _binding; |
44 | 46 |
public static EndpointAddress _EndPoint; |
45 | 47 |
public static EndpointAddress _EndPoint_SaveLoad; |
... | ... | |
92 | 94 |
} |
93 | 95 |
} |
94 | 96 |
|
95 |
|
|
96 |
public static RestSharp.RestClient BaseClient { get; set; } |
|
97 | 97 |
public static IKCOM.KCOM_SystemInfo SystemInfo { get; set; } |
98 | 98 |
|
99 | 99 |
|
... | ... | |
118 | 118 |
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.VisualStudio2013Theme(); |
119 | 119 |
} |
120 | 120 |
|
121 |
protected override void OnExit(ExitEventArgs e) |
|
122 |
{ |
|
123 |
App.PageStorage.Clear(); |
|
124 |
|
|
125 |
base.OnExit(e); |
|
126 |
} |
|
127 |
|
|
121 | 128 |
protected override async void OnStartup(StartupEventArgs e) |
122 | 129 |
{ |
123 | 130 |
try |
내보내기 Unified diff