개정판 95e7bd84
수정사항 & Add Dialog validation 하는 중
Change-Id: Id53bbd718ea1cc5aebfc97f0216fe6a3f464ee00
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/MainViewModel.cs | ||
---|---|---|
71 | 71 |
{ |
72 | 72 |
base.Loaded(); |
73 | 73 |
|
74 |
NavigationItems = new List<MenuItem> |
|
74 |
Application.Current.MainWindow.Height = System.Windows.SystemParameters.WorkArea.Height * 0.8; |
|
75 |
Application.Current.MainWindow.Width = System.Windows.SystemParameters.WorkArea.Width * 0.8; |
|
76 |
|
|
77 |
|
|
78 |
NavigationItems = new List<MenuItem> |
|
75 | 79 |
{ |
76 | 80 |
|
77 | 81 |
new MenuItem |
내보내기 Unified diff