Encode repas all work !

This commit is contained in:
adri 2019-01-25 14:25:33 +01:00
parent 589d08fc30
commit 0ad72dcee7
1 changed files with 5 additions and 3 deletions

View File

@ -40,12 +40,14 @@
<Button x:Name="btnPlat"
Content="Gestion Plat" Click="btnPlat_Click" Height="30" Grid.Column="1" VerticalAlignment="Bottom" Grid.Row="1"/>
</Grid>
<StackPanel Orientation="Vertical" VerticalAlignment="Center" Grid.Column="2">
<Button x:Name="btnAddPlat"
Content="->" Click="btnAddPlat_Click" Height="30" Width="auto" VerticalAlignment="Center" Grid.Column="2"
ToolTip="Ajouter aux plat sélectionné"/>
Content="->" Click="btnAddPlat_Click" Height="30" Width="auto" VerticalAlignment="Center"
ToolTip="Ajouter aux plat sélectionné"/>
<Button x:Name="retirerPlat" Click="retirerPlat_Click"
Content="-" Height="30" Width="auto" VerticalAlignment="Center" Grid.Column="2" Margin="0,262,0,192"
Content="-" Height="30" Width="auto" VerticalAlignment="Center" Margin="0,3,0,0"
ToolTip="Suprimer des plats sélectionné"/>
</StackPanel>
<Grid Grid.Column="3">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>