XML Writer angefangen
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -16,9 +16,11 @@
|
||||
<DataGridTextColumn Header="Ort" Binding="{Binding Ort}" />
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
<Button Margin="2" FontSize="20" Content="Projekt Auswählen" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding SelectCommand}" />
|
||||
<Button Margin="2" FontSize="20" Content="Projekt Editieren" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding EditCommand}" />
|
||||
<Button Margin="2" FontSize="20" Content="Projekt Anlegen" Command="{Binding AddCommand}" />
|
||||
<Button Margin="2" Content="Projekt Auswählen" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding SelectCommand}" />
|
||||
<Button Margin="2" Content="Projekt Editieren" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding EditCommand}" />
|
||||
<Button Margin="2" Content="Projekt Anlegen" Command="{Binding AddCommand}" />
|
||||
<Button Margin="2" Content="Schächte aus CSV Importieren" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding SchachtImportCommand}" />
|
||||
<Button Margin="2" Content="Projektdaten nach Schnittstelle exportieren" IsEnabled="{Binding CanSelectProjekt}" Command="{Binding DatenExportCommand}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user