Imprägnierungsliste hinzugefügt
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
xmlns:BuildingsiteViews="clr-namespace:DaSaSo.Wpf.View.Buildingsites"
|
||||
xmlns:SewerObjectViews="clr-namespace:DaSaSo.Wpf.View.SewerObjecte"
|
||||
xmlns:SewerObjectView="clr-namespace:DaSaSo.Wpf.View.SewerObject"
|
||||
xmlns:ImpregnationViews="clr-namespace:DaSaSo.Wpf.View.Impregnation"
|
||||
xmlns:controls="clr-namespace:DaSaSo.Wpf.Controls"
|
||||
xmlns:View="clr-namespace:DaSaSo.Wpf.View"
|
||||
xmlns:local="clr-namespace:DaSaSo.Wpf" xmlns:viewmodel="clr-namespace:DaSaSo.ViewModel;assembly=DaSaSo.ViewModel" d:DataContext="{d:DesignInstance Type=viewmodel:MainWindowViewModel}"
|
||||
@@ -41,6 +42,9 @@
|
||||
<DataTemplate DataType="{x:Type viewmodel:SewerMainListViewModel}">
|
||||
<SewerObjectView:SewerMainView />
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type viewmodel:ImpregnierungListViewModel}">
|
||||
<ImpregnationViews:ImpregnationListView />
|
||||
</DataTemplate>
|
||||
</Window.Resources>
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user