2025-04-02 16:01:21 +02:00
|
|
|
<Page
|
|
|
|
|
x:Class="BeWo.LogoPage"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:BeWo="clr-namespace:BeWo"
|
|
|
|
|
x:Name="Page"
|
|
|
|
|
Width="640"
|
|
|
|
|
Height="480"
|
|
|
|
|
FlowDirection="LeftToRight"
|
|
|
|
|
WindowHeight="480"
|
|
|
|
|
WindowTitle="Page"
|
|
|
|
|
WindowWidth="640">
|
2016-06-27 01:45:38 +02:00
|
|
|
|
2025-04-02 16:01:21 +02:00
|
|
|
<Grid
|
|
|
|
|
x:Name="LayoutRoot"
|
|
|
|
|
Width="300"
|
|
|
|
|
Height="300">
|
|
|
|
|
<BeWo:BSLogoControl Width="400" Height="400" />
|
|
|
|
|
</Grid>
|
2016-06-27 01:45:38 +02:00
|
|
|
</Page>
|