개정판 2c3eae15
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I2978dc7ed08980980dabf724d9249b73c5dba72d
KCOM/App.xaml.cs | ||
---|---|---|
40 | 40 |
/// </summary> |
41 | 41 |
public partial class App : Application |
42 | 42 |
{ |
43 |
public static PageManager.PageStorage PageStorage; |
|
44 |
|
|
45 | 43 |
public static BasicHttpBinding _binding; |
46 | 44 |
public static EndpointAddress _EndPoint; |
47 | 45 |
public static EndpointAddress _EndPoint_SaveLoad; |
... | ... | |
94 | 92 |
} |
95 | 93 |
} |
96 | 94 |
|
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 |
|
|
128 | 121 |
protected override async void OnStartup(StartupEventArgs e) |
129 | 122 |
{ |
130 | 123 |
try |
내보내기 Unified diff