Czoko_Smieciarka/Trunk/Interface/CzokoŚmierciarka.WPF2.0/MainWindow.xaml
s434678 bad680f65e x
2019-04-10 11:53:12 +02:00

15 lines
595 B
XML

<Window x:Class="CzokoŚmierciarka.WPF2._0.MainWindow"
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:CzokoŚmierciarka.WPF2._0"
mc:Ignorable="d"
Title="MainWindow" Height="800" Width="1000">
<Grid>
<Grid x:Name="Board" Margin="0,0,200,0">
</Grid>
</Grid>
</Window>