| 123456789101112 |
- <Window
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="WpfApplication19.Window1"
- x:Name="AboutWindow"
- Title="About"
- Width="532" Height="522" WindowStartupLocation="CenterScreen">
- <Grid x:Name="LayoutRoot" HorizontalAlignment="Left" Width="526">
- <Image Margin="8,0,11,1" Source="simplico_about.png"/>
- </Grid>
- </Window>
|