Files
Base-mod-creator-for-tsp/filezamena/Error Code 1.xaml
2021-07-31 20:04:38 +03:00

15 lines
843 B
XML

<Window x:Class="filezamena.Error_Code_1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
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"
xmlns:local="clr-namespace:filezamena"
mc:Ignorable="d"
Title="Error_Code_1" Height="187.85" Width="337.383">
<Grid>
<Label Content="Error Code 1: gameinfo.txt not &#xD;&#xA;fount in thestanleyparable folder" HorizontalAlignment="Left" Margin="27,37,0,0" VerticalAlignment="Top" Height="96" Width="237"/>
<Button Content="OK" HorizontalAlignment="Left" Margin="222,118,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>
</Grid>
</Window>