mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 15:34:36 +01:00
13 lines
643 B
XML
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>
|