mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 07:24:52 +01:00
12 lines
594 B
XML
12 lines
594 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="300"
|
|
x:Class="ServerSelector.Views.MainWindow"
|
|
Title="Server Switcher" Width="370" Height="300" CanResize="False">
|
|
<views:MainView />
|
|
</Window>
|