ps2_manager/PS2_Manager/Welcome.axaml
2025-04-26 17:28:17 +02:00

10 lines
403 B
XML

<UserControl 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"
mc:Ignorable="d"
x:Class="PS2_Manager.Welcome">
<StackPanel >
</StackPanel>
</UserControl>