diff --git a/Audit.csproj b/Audit.csproj
index 9824c87..46fd7f0 100644
--- a/Audit.csproj
+++ b/Audit.csproj
@@ -40,9 +40,6 @@
packages\CommonServiceLocator.2.0.6\lib\net48\CommonServiceLocator.dll
-
- packages\ControlzEx.4.4.0\lib\net462\ControlzEx.dll
-
packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll
@@ -58,18 +55,6 @@
packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll
-
- packages\MahApps.Metro.2.4.9\lib\net47\MahApps.Metro.dll
-
-
- packages\MaterialDesignColors.2.0.4\lib\net452\MaterialDesignColors.dll
-
-
- packages\MaterialDesignThemes.4.3.0\lib\net452\MaterialDesignThemes.Wpf.dll
-
-
- packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll
-
@@ -451,11 +436,4 @@
-
-
-
- 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。
-
-
-
\ No newline at end of file
diff --git a/MainWindow.xaml b/MainWindow.xaml
index b86bc76..f397457 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -4,8 +4,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Audit"
- xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" x:Class="Audit.MainWindow"
+ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" x:Class="Audit.MainWindow"
mc:Ignorable="d"
- Title="MainWindow" Height="1080" Width="1920">
-
-
+ Title="MainWindow" Height="1080" Width="1920"/>
diff --git a/packages.config b/packages.config
index a83ee05..15fd88f 100644
--- a/packages.config
+++ b/packages.config
@@ -1,13 +1,8 @@
-
-
-
-
-
\ No newline at end of file