개정판 0c997b99
issue #681 markus client 로딩 속도 개선
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
228 | 228 |
|
229 | 229 |
public MainMenu() |
230 | 230 |
{ |
231 |
InitializeComponent();
|
|
232 |
this.Loaded += MainMenu_Loaded;
|
|
231 |
//InitializeComponent();
|
|
232 |
this.Loaded += MainMenu_Loaded; |
|
233 | 233 |
} |
234 | 234 |
|
235 | 235 |
public class TempDt |
... | ... | |
366 | 366 |
private static Timer timer; |
367 | 367 |
private int InitInterval = KCOM.Properties.Settings.Default.InitInterval; |
368 | 368 |
private void MainMenu_Loaded(object sender, RoutedEventArgs e) |
369 |
{ |
|
369 |
{ |
|
370 |
////측정 |
|
371 |
//Stopwatch sw = new Stopwatch(); |
|
372 |
//sw.Start(); |
|
373 |
InitializeComponent(); |
|
374 |
//System.Diagnostics.Debug.WriteLine("MainMenu() : " + sw.ElapsedMilliseconds.ToString() + "ms"); |
|
375 |
|
|
370 | 376 |
if (App.ParameterMode) |
371 | 377 |
{ |
372 | 378 |
this.pageNavigator.PageChanging += pageNavigator_PageChanging; |
내보내기 Unified diff