Create Tournament screen is wired up an is functioning
This commit is contained in:
@ -29,7 +29,15 @@
|
||||
<StackPanel x:Name="AddPersonIsVisible" Orientation="Vertical" Margin="5 10 5 0">
|
||||
<ContentControl x:Name="ActiveItem"/>
|
||||
</StackPanel>
|
||||
<Button x:Name="CreateTeam" Margin="5 10 5 5" Padding="5" >Create Team</Button>
|
||||
<StackPanel Orientation="Horizontal" Margin="5 10 5 5" HorizontalAlignment="Center">
|
||||
<Button x:Name="CreateTeam" Padding="5" Margin="0 0 5 0" >
|
||||
Create Team
|
||||
</Button>
|
||||
<Button x:Name="CancelCreation" Background="Red" Foreground="White"
|
||||
Margin="5 0 0 0" Padding="5" >
|
||||
Cancel Team
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user