summaryrefslogtreecommitdiffstats
path: root/App.xaml.cs
diff options
context:
space:
mode:
authorraylu <lurayl@gmail.com>2015-06-14 00:49:51 -0700
committerraylu <lurayl@gmail.com>2015-06-14 00:54:13 -0700
commitc31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba (patch)
tree68c9f1035a8badbc800b51715eac92bee7bfc196 /App.xaml.cs
downloadftpmpv-c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba.tar.xz
handle doubleclick, reload rootHEADmaster
Diffstat (limited to 'App.xaml.cs')
-rw-r--r--App.xaml.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/App.xaml.cs b/App.xaml.cs
new file mode 100644
index 0000000..fb836fc
--- /dev/null
+++ b/App.xaml.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace ftpmpv {
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application {
+ }
+}