XML Writer angefangen

This commit is contained in:
2023-04-24 23:23:35 +02:00
parent d511c74509
commit ef2c9bfe6b
9 changed files with 875 additions and 34 deletions

View File

@@ -39,8 +39,6 @@
<StackPanel Grid.ColumnSpan="2" Grid.Row="4">
<Button Content="Speichern" Command="{Binding Speichern}" />
<Button Content="Schächte aus CSV Importieren" Command="{Binding SchachtImportCommand}" />
<Button Content="Projektdaten nach Schnittstelle exportieren" Command="{Binding DatenExportCommand}" />
</StackPanel>