Bewertungsystem weitergeschrieben

This commit is contained in:
2024-08-21 11:45:50 +02:00
parent 6f218889ee
commit 1f5e24dfd0
11 changed files with 18717 additions and 41 deletions

View File

@@ -25,6 +25,7 @@
<Button Content="Klassifiziere" Command="{Binding Klassifiere}" />
<Label Content="{Binding ZahlEinzelfall}" />
<Button Content="Zeige Einzelfall" Command="{Binding SelectEinzelfall}" />
<Button Content="Bewertung durchführen" Command="{Binding ExecuteBewertung}" />
</StackPanel>
</Grid>