diff --git a/DerpingDrivers/App.xaml b/DerpingDrivers/App.xaml index 68a4001..092cbdb 100644 --- a/DerpingDrivers/App.xaml +++ b/DerpingDrivers/App.xaml @@ -4,6 +4,16 @@ xmlns:local="clr-namespace:DerpingDrivers" StartupUri="MainWindow.xaml"> - + + + + + + + + + + + diff --git a/DerpingDrivers/DerpingDrivers.csproj b/DerpingDrivers/DerpingDrivers.csproj index 3872f4f..6fd3bed 100644 --- a/DerpingDrivers/DerpingDrivers.csproj +++ b/DerpingDrivers/DerpingDrivers.csproj @@ -35,8 +35,17 @@ 4 + + ..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll + + + ..\packages\MahApps.Metro.1.6.5\lib\net45\MahApps.Metro.dll + + + ..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll + @@ -86,6 +95,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/DerpingDrivers/MainWindow.xaml b/DerpingDrivers/MainWindow.xaml index 310c20b..ed85aeb 100644 --- a/DerpingDrivers/MainWindow.xaml +++ b/DerpingDrivers/MainWindow.xaml @@ -1,12 +1,13 @@ - - + diff --git a/DerpingDrivers/MainWindow.xaml.cs b/DerpingDrivers/MainWindow.xaml.cs index 06d7ed7..b61904b 100644 --- a/DerpingDrivers/MainWindow.xaml.cs +++ b/DerpingDrivers/MainWindow.xaml.cs @@ -12,13 +12,14 @@ using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; +using MahApps.Metro.Controls; namespace DerpingDrivers { /// /// Interaction logic for MainWindow.xaml /// - public partial class MainWindow : Window + public partial class MainWindow : MetroWindow { public MainWindow() { diff --git a/DerpingDrivers/packages.config b/DerpingDrivers/packages.config new file mode 100644 index 0000000..f79f977 --- /dev/null +++ b/DerpingDrivers/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file