8 lines
414 B
XML
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> |