diff --git a/Apollon.WPF/Images/3D.png b/Apollon.WPF/Images/3D.png new file mode 100644 index 0000000..b9f5182 Binary files /dev/null and b/Apollon.WPF/Images/3D.png differ diff --git a/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs b/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs index 59cb8e0..0fb57cb 100644 --- a/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs +++ b/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs @@ -51,7 +51,10 @@ namespace Apollon.WPF.Views.Components { CompetitionImage.Source = new BitmapImage(new Uri("D:\\Projekte\\Apollon\\Apollon\\Apollon.WPF\\Images\\TargetOutdoor.png")); } - + if (ComboBox.SelectedIndex == 3) + { + CompetitionImage.Source = new BitmapImage(new Uri("D:\\Projekte\\Apollon\\Apollon\\Apollon.WPF\\Images\\3D.png")); + } } } diff --git a/Apollon.WPF/Views/Components/OverviewDetails.xaml b/Apollon.WPF/Views/Components/OverviewDetails.xaml index dd4e54f..6030478 100644 --- a/Apollon.WPF/Views/Components/OverviewDetails.xaml +++ b/Apollon.WPF/Views/Components/OverviewDetails.xaml @@ -13,7 +13,7 @@ CornerRadius="10"> - + klicke auf Neues Turnier vorbereiten oder wähle ein vorhandenes Turnier aus um es zu bearbeiten!