Klassifizierungssystem hinzugefügt

This commit is contained in:
2023-09-13 12:56:39 +02:00
parent 49ab3598d7
commit bfa77de720
42 changed files with 886 additions and 112 deletions

View File

@@ -22,6 +22,9 @@
</ComboBox>
<Button Name="LoadXML" Command="{Binding LoadXMLFile}" Content="LoadXML" />
<Button Content="Klassifiziere" Command="{Binding Klassifiere}" />
<Label Content="{Binding ZahlEinzelfall}" />
<Button Content="Zeige Einzelfall" Command="{Binding SelectEinzelfall}" />
</StackPanel>
</Grid>