diff --git a/ZuneModdingHelper/Pages/ModsPage.xaml b/ZuneModdingHelper/Pages/ModsPage.xaml
index ade1d7e..09f891e 100644
--- a/ZuneModdingHelper/Pages/ModsPage.xaml
+++ b/ZuneModdingHelper/Pages/ModsPage.xaml
@@ -3,43 +3,45 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
xmlns:core="clr-namespace:ZuneModCore;assembly=ZuneModCore"
xmlns:b="clr-namespace:ZuneModdingHelper.Behaviors"
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
xmlns:local="clr-namespace:ZuneModdingHelper.Pages"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
@@ -47,20 +49,6 @@
-
-
-
-
diff --git a/ZuneModdingHelper/Pages/ModsPage.xaml.cs b/ZuneModdingHelper/Pages/ModsPage.xaml.cs
index 0b6ca22..682d59f 100644
--- a/ZuneModdingHelper/Pages/ModsPage.xaml.cs
+++ b/ZuneModdingHelper/Pages/ModsPage.xaml.cs
@@ -1,19 +1,4 @@
-using Microsoft.AppCenter.Analytics;
-using OwlCore.AbstractUI.Models;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-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;
+using System.Windows.Controls;
using ZuneModCore;
namespace ZuneModdingHelper.Pages
@@ -28,19 +13,5 @@ namespace ZuneModdingHelper.Pages
InitializeComponent();
ModList.ItemsSource = Mod.AvailableMods;
}
-
- private async void ModInstallButton_Click(object sender, RoutedEventArgs e)
- {
- if (sender is FrameworkElement elem && elem.DataContext is Mod mod)
- {
- }
- }
-
- private async void ModResetButton_Click(object sender, RoutedEventArgs e)
- {
- if (sender is FrameworkElement elem && elem.DataContext is Mod mod)
- {
- }
- }
}
}