Ready built Tournament Tracker

This commit is contained in:
2020-05-19 08:02:30 +02:00
parent 8040d47acb
commit 70a4f3cd42
2 changed files with 54 additions and 9 deletions

View File

@ -35,7 +35,9 @@
SelectedItem="{Binding Path=SelectedTournament,Mode=OneWayToSource}"/>
<!--<TextBlock x:Name="SelectedTournament_TournamentName"/>-->
</StackPanel>
<ContentControl x:Name="ActiveItem" Grid.Row="2" Grid.Column="2"/>
<Border Grid.Row="2" Grid.Column="2" BorderThickness="1"
Margin="10 10 0 0" BorderBrush="Gray" >
<ContentControl x:Name="ActiveItem" Margin="5" />
</Border>
</Grid>
</Window>