Change all icons to <Path>'s with google material icons; finish navigation bar styling and function
This commit is contained in:
25
Server Dashboard/Views/Dashboard/AnalyticsPage.xaml.cs
Normal file
25
Server Dashboard/Views/Dashboard/AnalyticsPage.xaml.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace Server_Dashboard.Views.Dashboard {
|
||||
|
||||
/// <summary>
|
||||
/// Interaction logic for AnalyticsPage.xaml
|
||||
/// </summary>
|
||||
public partial class AnalyticsPage : UserControl {
|
||||
|
||||
public AnalyticsPage() {
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user