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