Files
XLIMS/XLIMS.TPRZ/Resources/TprzDictionary.xaml
Курнат Андрей f0e11d6379 first edit
2026-01-31 16:11:36 +03:00

11 lines
508 B
XML

<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>