forked from amkovkov/GranuSightSoftware2
fix: CameraView memory leakage
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
xmlns:local="using:GSS2.Test.Views"
|
||||
x:DataType="vm:MainViewModel"
|
||||
x:Class="GSS2.Test.Views.MainView">
|
||||
<!-- <ContentControl Content="{Binding CameraViewModel}"/> -->
|
||||
<ContentControl Content="{Binding ResourcesViewModel}"/>
|
||||
<StackPanel Orientation="Vertical">
|
||||
<ContentControl Content="{Binding CameraViewModel}" Width="200" Height="200"/>
|
||||
<ContentControl Content="{Binding ResourcesViewModel}"/>
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user