Files
BeWoPlaner/BeWo/LogoPage.xaml
2016-06-27 01:45:38 +02:00

6 lines
435 B
XML

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="BeWo.LogoPage" x:Name="Page" WindowTitle="Page" FlowDirection="LeftToRight" Width="640" Height="480" WindowWidth="640" WindowHeight="480" xmlns:BeWo="clr-namespace:BeWo">
<Grid x:Name="LayoutRoot" Width="300" Height="300">
<BeWo:BSLogoControl Width="400" Height="400" />
</Grid>
</Page>