|
|
|
@ -6,29 +6,26 @@
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
ColumnDefinitions="*"
|
|
|
|
|
RowDefinitions="*, *, *">
|
|
|
|
|
RowDefinitions="auto, *, *">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
ColumnDefinitions="*,*,*,*,*"
|
|
|
|
|
ColumnDefinitions="*,*"
|
|
|
|
|
RowDefinitions="auto">
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
<ImageButton
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Source="pointinterrogation.png"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Source="connexion.png"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|
Clicked="QuandReglesClique"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Grid.Column="3"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Source="statistiques.png"
|
|
|
|
|
HorizontalOptions="End"
|
|
|
|
|
Clicked="QuandTableauClique"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|