Buildingsite list hinzugefügt
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<Grid>
|
||||
<DataGrid ItemsSource="{Binding Projekte}">
|
||||
|
||||
</DataGrid>
|
||||
<StackPanel>
|
||||
<DataGrid IsReadOnly="True" ItemsSource="{Binding Projekte}" SelectedItem="{Binding SelectedProject}">
|
||||
|
||||
</DataGrid>
|
||||
<Button Content="Selektiere" Command="{Binding SelectCommand}" />
|
||||
</StackPanel>
|
||||
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user