完善契约与客户端、服务端的收发代码
This commit is contained in:
@@ -203,13 +203,20 @@
|
||||
</DataTemplate>
|
||||
</Border.Resources>
|
||||
<ContentControl Content="{Binding CurrentRightPanelViewModel}" />
|
||||
|
||||
</Border>
|
||||
|
||||
<DockPanel>
|
||||
<local:CameraItemTop DataSource="{Binding ElementName=CameraList, Path=DataContext.SelectedCamera}" DockPanel.Dock="Top" />
|
||||
|
||||
<Grid />
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<DataTemplate DataType="{x:Type local:VideoWallViewModel}">
|
||||
<local:VideoWall />
|
||||
</DataTemplate>
|
||||
</Grid.Resources>
|
||||
|
||||
<ContentControl Content="{Binding MainContent}" />
|
||||
</Grid>
|
||||
</DockPanel>
|
||||
</DockPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user