diff --git a/MainWindow.xaml b/MainWindow.xaml
index ff20e98..6fdbd2a 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -115,7 +115,6 @@
-
diff --git a/View/QueryView.xaml b/View/QueryView.xaml
index 802b286..2f4f53e 100644
--- a/View/QueryView.xaml
+++ b/View/QueryView.xaml
@@ -8,36 +8,44 @@
d:DesignHeight="900" d:DesignWidth="1100">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/View/StatisticsView.xaml b/View/StatisticsView.xaml
index 65e134a..0b47b0e 100644
--- a/View/StatisticsView.xaml
+++ b/View/StatisticsView.xaml
@@ -5,8 +5,67 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Audit.View"
mc:Ignorable="d" DataContext="{Binding Source={StaticResource Locator},Path=Statistics}"
- d:DesignHeight="900" d:DesignWidth="1000">
+ d:DesignHeight="900" d:DesignWidth="1000"
+ xmlns:mah="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro">
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/View/StatisticsView.xaml.cs b/View/StatisticsView.xaml.cs
index a7de1fb..8db901a 100644
--- a/View/StatisticsView.xaml.cs
+++ b/View/StatisticsView.xaml.cs
@@ -20,9 +20,17 @@ namespace Audit.View
///
public partial class StatisticsView : UserControl
{
+ ///
+ /// StatisticsView
+ ///
public StatisticsView()
{
InitializeComponent();
}
+
+ private void RadioButton_subdirectory(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}