first edit
This commit is contained in:
8
XLIMS.DEV/Resources/DevDictionary.xaml
Normal file
8
XLIMS.DEV/Resources/DevDictionary.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user