first edit
This commit is contained in:
16
XLIMS.PSV/Resources/PsvDictionary.xaml
Normal file
16
XLIMS.PSV/Resources/PsvDictionary.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="clr-namespace:XLIMS.PSV.ViewModels"
|
||||
xmlns:v="clr-namespace:XLIMS.PSV.Views">
|
||||
<DataTemplate DataType="{x:Type vm:BrowseSerialViewModel}">
|
||||
<v:BrowseSerialView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:BrowseTprzViewModel}">
|
||||
<v:BrowseTprzView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:BadViewModel}">
|
||||
<v:BadView/>
|
||||
</DataTemplate>
|
||||
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user