Added resource classses and a missing converter.
This commit is contained in:
9
Harmonia.WinUI/Resources/ViewModels.xaml
Normal file
9
Harmonia.WinUI/Resources/ViewModels.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:Harmonia.WinUI.ViewModels">
|
||||
|
||||
<vm:ViewModelLocator x:Key="Locator" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user