mirror of
https://github.com/jie65535/Helpers.git
synced 2025-12-15 19:02:41 +08:00
Add MvvmLight Template
This commit is contained in:
13
MvvmLightDemo/App.xaml
Normal file
13
MvvmLightDemo/App.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<Application
|
||||
x:Class="MvvmLightDemo.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:MvvmLightDemo"
|
||||
xmlns:vm="clr-namespace:MvvmLightDemo.ViewModel"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<vm:ViewModelLocator x:Key="Locator" />
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user