|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
<ComboBoxItem Tag="Océans" x:Name="Indien" >Indien</ComboBoxItem>
|
|
|
|
|
<ComboBoxItem Tag="Océans" x:Name="Pacifique" >Pacifique</ComboBoxItem>
|
|
|
|
|
</ComboBox>
|
|
|
|
|
<TextBox DockPanel.Dock="Top" Text="Rechercher" FontFamily="{StaticResource Police1}" Foreground="{StaticResource Couleur1}" Height="25" Margin="5" x:Name="Rechercher" VerticalContentAlignment="Center"/>
|
|
|
|
|
<TextBox DockPanel.Dock="Top" Text="Rechercher" FontFamily="{StaticResource Police1}" Foreground="{StaticResource Couleur1}" Height="25" Margin="5" x:Name="Rechercher" VerticalContentAlignment="Center" IsKeyboardFocusedChanged="TextBox_IsKeyboardFocusedChanged"/>
|
|
|
|
|
<ListBox Background="{StaticResource Couleur3}">
|
|
|
|
|
<local:UserControlRequin/>
|
|
|
|
|
<local:UserControlRequin/>
|
|
|
|
|