Files
GSS2Rework/GSS2.UI.Core/MainWindow.axaml
T

17 lines
597 B
XML

<Window
x:Class="GSS2.UI.Core.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.UI.Core.ViewModels"
Title="{Binding Title}"
x:DataType="vm:MainWindowViewModel"
WindowDecorations="{Binding WindowDecorations}"
Topmost="{Binding Topmost}"
WindowState="{Binding WindowState}">
<ContentControl x:Name="MainContent" />
</Window>