From 4c1d168f689134acb97765dd99801b06904be8ae Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 22 Aug 2019 18:02:25 -0400 Subject: Inital commit --- App.xaml.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 App.xaml.cs (limited to 'App.xaml.cs') diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..77cec7e --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace HTPC_Launcher +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} -- cgit v1.2.3