diff --git a/MvvmLightDemo/App.config b/MvvmLightDemo/App.config new file mode 100644 index 0000000..d740e88 --- /dev/null +++ b/MvvmLightDemo/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MvvmLightDemo/App.xaml b/MvvmLightDemo/App.xaml new file mode 100644 index 0000000..e670c27 --- /dev/null +++ b/MvvmLightDemo/App.xaml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/MvvmLightDemo/App.xaml.cs b/MvvmLightDemo/App.xaml.cs new file mode 100644 index 0000000..2e46708 --- /dev/null +++ b/MvvmLightDemo/App.xaml.cs @@ -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 +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/MvvmLightDemo/MainWindow.xaml b/MvvmLightDemo/MainWindow.xaml new file mode 100644 index 0000000..61ad67b --- /dev/null +++ b/MvvmLightDemo/MainWindow.xaml @@ -0,0 +1,30 @@ + + + + + + +