forked from amkovkov/GranuSightSoftware2
feat: GSS2.Test refactor + ComputeResourcesService
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<UserControl xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:vm="using:GSS2.Test.ViewModels"
|
||||
xmlns:local="using:GSS2.Test.Views"
|
||||
x:DataType="vm:MainViewModel"
|
||||
x:Class="GSS2.Test.Views.MainView">
|
||||
<!-- <ContentControl Content="{Binding CameraViewModel}"/> -->
|
||||
<ContentControl Content="{Binding ResourcesViewModel}"/>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user