实现了添加设备的弹出对话框,未完成对话框的内容
This commit is contained in:
@@ -21,6 +21,7 @@ namespace PMSWPF
|
||||
{
|
||||
var container = new ServiceCollection();
|
||||
container.AddSingleton<NavgatorServices>();
|
||||
container.AddSingleton<IDeviceDialogService, DeviceDialogService>();
|
||||
container.AddSingleton<MainViewModel>();
|
||||
container.AddSingleton<HomeViewModel>();
|
||||
container.AddSingleton<DevicesViewModel>();
|
||||
|
||||
Reference in New Issue
Block a user