Add MvvmLight Template

This commit is contained in:
筱傑
2019-08-02 16:19:14 +08:00
committed by GitHub
parent 15b87f4685
commit ba24c4ea0f
13 changed files with 531 additions and 0 deletions

17
MvvmLightDemo/App.xaml.cs Normal file
View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MvvmLightDemo
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
}
}