first edit
This commit is contained in:
11
XLIMS.TPRZ/Resources/TprzDictionary.xaml
Normal file
11
XLIMS.TPRZ/Resources/TprzDictionary.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="clr-namespace:XLIMS.TPRZ.ViewModels"
|
||||
xmlns:v="clr-namespace:XLIMS.TPRZ.Views">
|
||||
<DataTemplate DataType="{x:Type vm:TipViewModel}">
|
||||
<v:TipView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:TprzViewModel}">
|
||||
<v:TprzView/>
|
||||
</DataTemplate>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user