|
|
|
@ -10,7 +10,9 @@
|
|
|
|
|
<DockPanel x:Name="Button" DockPanel.Dock="Top">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Image Source="Images\Logo_entier.png" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,10,0,10" Height="40" Stretch="Uniform" StretchDirection="Both"></Image>
|
|
|
|
|
<Button Style="{StaticResource Button1}" x:Name="exit" HorizontalAlignment="Right" VerticalAlignment="Center" DockPanel.Dock="Right" Content="x" Width="50" Height="50" FontSize="25" Click="exit_Click" ></Button>
|
|
|
|
|
<Button Style="{StaticResource Button1}" x:Name="exit" HorizontalAlignment="Right" VerticalAlignment="Center" DockPanel.Dock="Right" Width="50" Height="50" FontSize="25" Click="exit_Click" >
|
|
|
|
|
<Image Source="U:\SAE\Cshark\WpfApp1\Images\cross.png" />
|
|
|
|
|
</Button>
|
|
|
|
|
</Grid>
|
|
|
|
|
</DockPanel>
|
|
|
|
|
<DockPanel Style="{StaticResource Docky}" DockPanel.Dock="Left" Width="260">
|
|
|
|
|