diff --git a/AutoLikerCefSharpWpf/App.xaml b/AutoLikerCefSharpWpf/App.xaml index 74d7596..2c3a1fa 100644 --- a/AutoLikerCefSharpWpf/App.xaml +++ b/AutoLikerCefSharpWpf/App.xaml @@ -2,10 +2,17 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:converter="clr-namespace:AutoLikerCefSharpWpf.Converter" + xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" StartupUri="MainWindow.xaml"> - - - + + + + + + + + + diff --git a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj index c99d27e..c3aaf61 100644 --- a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj +++ b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj @@ -92,6 +92,12 @@ ..\packages\CefSharp.Wpf.116.0.190\lib\net462\CefSharp.Wpf.dll + + ..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll + + + ..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll + ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll @@ -194,6 +200,8 @@ + + \ No newline at end of file diff --git a/AutoLikerCefSharpWpf/MainWindow.xaml b/AutoLikerCefSharpWpf/MainWindow.xaml index 7111000..9c9cf58 100644 --- a/AutoLikerCefSharpWpf/MainWindow.xaml +++ b/AutoLikerCefSharpWpf/MainWindow.xaml @@ -1,6 +1,12 @@  - + @@ -18,37 +24,46 @@ + + -