summaryrefslogtreecommitdiff
path: root/App.xaml.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
committerAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
commit4c1d168f689134acb97765dd99801b06904be8ae (patch)
tree9c239b414fb20d209b1dd6778b98c82ad7085c71 /App.xaml.cs
downloadHTPC-Launcher-master.tar.gz
HTPC-Launcher-master.tar.bz2
HTPC-Launcher-master.zip
Inital commitHEADmaster
Diffstat (limited to 'App.xaml.cs')
-rw-r--r--App.xaml.cs17
1 files changed, 17 insertions, 0 deletions
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
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}