mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
e6793babfa
TODO: GBA; NES; SNES Injection Image fix Custom base [NUS & LOADIINE] Config feature AutoUpdater
16 lines
No EOL
740 B
XML
16 lines
No EOL
740 B
XML
<Page x:Class="UWUVCI_AIO_WPF.UI.Done"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:local="clr-namespace:UWUVCI_AIO_WPF.UI.Frames"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="480" d:DesignWidth="1130"
|
|
Title="SettingsFrame">
|
|
|
|
<Grid>
|
|
<Label Content="Have fun with your Injected Game" FontSize="20" Height="480" HorizontalAlignment="Center" VerticalAlignment="Center" VerticalContentAlignment="Center" Width="1130" HorizontalContentAlignment="Center" />
|
|
|
|
|
|
</Grid>
|
|
</Page> |