개정판 0c997b99
issue #681 markus client 로딩 속도 개선
KCOM/MainWindow.xaml.cs | ||
---|---|---|
28 | 28 |
|
29 | 29 |
public MainWindow() |
30 | 30 |
{ |
31 |
InitializeComponent(); |
|
31 |
//InitializeComponent();
|
|
32 | 32 |
this.Loaded += MainWindow_Loaded; |
33 | 33 |
this.KeyDown += new KeyEventHandler(KeyEventDownAction); |
34 | 34 |
this.KeyUp += new KeyEventHandler(KeyEventUpAction); |
... | ... | |
53 | 53 |
|
54 | 54 |
private void MainWindow_Loaded(object sender, RoutedEventArgs e) |
55 | 55 |
{ |
56 |
InitializeComponent(); |
|
56 | 57 |
double screenWidth = System.Windows.SystemParameters.PrimaryScreenWidth; |
57 | 58 |
double screenHeight = System.Windows.SystemParameters.PrimaryScreenHeight; |
58 | 59 |
//this.Width += 40; |
내보내기 Unified diff