개정판 a6e5055d
Markus.Service.StationController DataBaseView 추가
Change-Id: I16b9c78a690e2ae8f804bf35c8787a9c97fea157
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/MainViewModel.cs | ||
---|---|---|
91 | 91 |
Name = "Settings", |
92 | 92 |
Description = "Convert Station Settings", |
93 | 93 |
Content = new Views.SettingsView() |
94 |
}, |
|
95 |
new MenuItem |
|
96 |
{ |
|
97 |
Name = "DataBase Items", |
|
98 |
Description = "DataBase Items", |
|
99 |
Content = new Views.DataBaseView() |
|
94 | 100 |
} |
95 | 101 |
}; |
96 | 102 |
|
내보내기 Unified diff