完善契约与客户端、服务端的收发代码
This commit is contained in:
@@ -92,6 +92,8 @@ namespace SHH.CameraDashboard
|
||||
|
||||
// 初始化子 ViewModel
|
||||
DiagnosticVM = new ServiceNodesViewModel();
|
||||
|
||||
MainContent = new VideoWallViewModel();
|
||||
|
||||
// 启动异步初始化流程
|
||||
_ = InitializeAsync();
|
||||
@@ -511,5 +513,12 @@ namespace SHH.CameraDashboard
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private object _mainContent;
|
||||
public object MainContent
|
||||
{
|
||||
get => _mainContent;
|
||||
set { _mainContent = value; OnPropertyChanged(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user