forked from amkovkov/GranuSightSoftware2
refactor: move ui core
move ui core classes into separate project refactor CameraView
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<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"
|
||||
xmlns:local_vm="using:GSS2.Test.ViewModels"
|
||||
xmlns:core_vm="using:GSS2.UI.Core.ViewModels"
|
||||
x:DataType="local_vm:MainViewModel"
|
||||
x:Class="GSS2.Test.Views.MainView">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<ContentControl Content="{Binding CameraViewModel}" Width="200" Height="200"/>
|
||||
|
||||
Reference in New Issue
Block a user