first edit
This commit is contained in:
20
XLIMS.SP/Resources/SpDictionary.xaml
Normal file
20
XLIMS.SP/Resources/SpDictionary.xaml
Normal file
@@ -0,0 +1,20 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="clr-namespace:XLIMS.SP.ViewModels"
|
||||
xmlns:v="clr-namespace:XLIMS.SP.Views">
|
||||
<DataTemplate DataType="{x:Type vm:BookViewModel}">
|
||||
<v:BookView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:SpoiViewModel}">
|
||||
<v:SpoiView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:SpnmtpViewModel}">
|
||||
<v:SpnmtpView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:PersonalViewModel}">
|
||||
<v:PersonalView/>
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type vm:DivisionViewModel}">
|
||||
<v:DivisionView/>
|
||||
</DataTemplate>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user