diff --git a/Windows/LogWindow.xaml b/Windows/LogWindow.xaml index d2cb600..a04a703 100644 --- a/Windows/LogWindow.xaml +++ b/Windows/LogWindow.xaml @@ -1,12 +1,12 @@ - + Title="审计系统登录" Height="400" Width="300"> - + diff --git a/Windows/LogWindow.xaml.cs b/Windows/LogWindow.xaml.cs index 427456d..3f9b0f8 100644 --- a/Windows/LogWindow.xaml.cs +++ b/Windows/LogWindow.xaml.cs @@ -1,4 +1,5 @@ -using System; +using MahApps.Metro.Controls; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -17,7 +18,7 @@ namespace Audit.Windows /// /// LogWindow.xaml 的交互逻辑 /// - public partial class LogWindow : Window + public partial class LogWindow : MetroWindow { public LogWindow() {