clean up AddCommand EditCommand
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
Background="Transparent"
|
||||
BorderBrush="Transparent"
|
||||
Padding="20"
|
||||
ItemsSource="{Binding ApollonOverviewListingItemViewModels}"
|
||||
ItemsSource="{Binding OverviewListingItemViewModels}"
|
||||
SelectedItem="{Binding SelectedOverviewListingItemViewModel}">
|
||||
<ListView.ItemContainerStyle>
|
||||
<Style TargetType="ListViewItem">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns:components="clr-namespace:Apollon.WPF.Views.Components"
|
||||
mc:Ignorable="d">
|
||||
<Grid>
|
||||
<TextBlock Text="Turniers Bearbeiten"
|
||||
<TextBlock Text="Turniers bearbeiten"
|
||||
TextAlignment="Center"
|
||||
FontFamily="Arial"
|
||||
FontWeight="Bold"
|
||||
|
||||
@@ -112,7 +112,8 @@
|
||||
Height="40"
|
||||
Width="210"
|
||||
Margin="40"
|
||||
Cursor="Hand"/>
|
||||
Cursor="Hand"
|
||||
Command="{Binding EditTournamentCommand}"/>
|
||||
</StackPanel>
|
||||
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user