Export und Import moved

Export und Import funktion sind nun unter Projekteinstellungen aufrufbar
This commit is contained in:
2023-04-24 13:42:13 +02:00
parent 76731c3464
commit 4f99a38990
6 changed files with 33 additions and 22 deletions

View File

@@ -26,7 +26,7 @@
<Button Content="Schacht hinzufügen" Command="{Binding AddSchachtCommand}" />
<Button Content="Schacht Editieren" Command="{Binding EditSchachtCommand}" />
<Button Content="Schacht Löschen" Command="{Binding DeleteSchachtCommand}" />
<Button Content="Schächte aus CSV Laden" Command="{Binding ImportSchachtCommand}" />
<!--<Button Content="Schächte aus CSV Laden" Command="{Binding ImportSchachtCommand}" />-->
</StackPanel>
</Grid>
</UserControl>