diff options
author | raylu <lurayl@gmail.com> | 2015-06-14 00:49:51 -0700 |
---|---|---|
committer | raylu <lurayl@gmail.com> | 2015-06-14 00:54:13 -0700 |
commit | c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba (patch) | |
tree | 68c9f1035a8badbc800b51715eac92bee7bfc196 /App.xaml.cs | |
download | ftpmpv-c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba.tar.xz |
Diffstat (limited to 'App.xaml.cs')
-rw-r--r-- | App.xaml.cs | 15 |
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 { + } +} |