From c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 14 Jun 2015 00:49:51 -0700 Subject: handle doubleclick, reload root --- App.xaml.cs | 15 +++++++++++++++ 1 file changed, 15 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..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 { + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application { + } +} -- cgit v1.2.3