Aucune description

About.xaml 414B

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