From 45926b0990aa8bbc1251d5114824bb6814a23e01 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Fri, 7 Aug 2020 21:41:10 +0300 Subject: [PATCH] Refactor last commit --- DiscordChatExporter.Gui/App.xaml | 5 +++ .../Converters/TimeSpanToDateTimeConverter.cs | 28 +++++++++++++++ .../Dialogs/ExportSetupViewModel.cs | 24 ++++++++----- .../Views/Dialogs/ExportSetupView.xaml | 36 ++++++++++--------- 4 files changed, 68 insertions(+), 25 deletions(-) create mode 100644 DiscordChatExporter.Gui/Converters/TimeSpanToDateTimeConverter.cs diff --git a/DiscordChatExporter.Gui/App.xaml b/DiscordChatExporter.Gui/App.xaml index e7a9e15..c945d4d 100644 --- a/DiscordChatExporter.Gui/App.xaml +++ b/DiscordChatExporter.Gui/App.xaml @@ -3,6 +3,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DiscordChatExporter.Gui" + xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:s="https://github.com/canton7/Stylet"> @@ -111,6 +112,10 @@ + +