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