forked from amkovkov/GranuSightSoftware2
14 lines
477 B
XML
14 lines
477 B
XML
<Window
|
|
x:Class="GSS2.Test.MainWindow"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:vm="using:GSS2.Test.ViewModels"
|
|
Title="{Binding Title}"
|
|
x:DataType="vm:MainWindowViewModel">
|
|
|
|
<ContentControl Content="{Binding MainViewModel}" />
|
|
|
|
</Window>
|