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

8 lines
414 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.DEV.ViewModels"
xmlns:v="clr-namespace:XLIMS.DEV.Views">
<DataTemplate DataType="{x:Type vm:DeviceViewModel}">
<v:DeviceView/>
</DataTemplate>
</ResourceDictionary>