From 3807349f1f7fd7ed46742808df555a0ff98c8be3 Mon Sep 17 00:00:00 2001 From: Kalakoi Date: Thu, 22 May 2025 10:47:52 -0400 Subject: [PATCH] Removed template-generated main window. --- osrs-toolbox/MainWindow.xaml | 12 ------------ osrs-toolbox/MainWindow.xaml.cs | 27 --------------------------- 2 files changed, 39 deletions(-) delete mode 100644 osrs-toolbox/MainWindow.xaml delete mode 100644 osrs-toolbox/MainWindow.xaml.cs diff --git a/osrs-toolbox/MainWindow.xaml b/osrs-toolbox/MainWindow.xaml deleted file mode 100644 index 4396e4d..0000000 --- a/osrs-toolbox/MainWindow.xaml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - diff --git a/osrs-toolbox/MainWindow.xaml.cs b/osrs-toolbox/MainWindow.xaml.cs deleted file mode 100644 index c80b6c0..0000000 --- a/osrs-toolbox/MainWindow.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -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 osrs_toolbox -{ - /// - /// Interaction logic for MainWindow.xaml - /// - public partial class MainWindow : Window - { - public static MainWindow Current; - - public MainWindow() - { - InitializeComponent(); - Current = this; - } - } -} \ No newline at end of file