Files
EpinelPS/ServerSelector/Views/MainWindow.axaml
2024-07-09 17:21:40 -04:00

13 lines
643 B
XML

<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:ServerSelector.ViewModels"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:views="clr-namespace:ServerSelector.Views"
mc:Ignorable="d" d:DesignWidth="370" d:DesignHeight="200"
x:Class="ServerSelector.Views.MainWindow"
Icon="/Assets/avalonia-logo.ico"
Title="Server Switcher Utility" Width="370" Height="210" CanResize="False">
<views:MainView />
</Window>