From 44a90b3fedc73314097604b8ef44e4a5caa7653c Mon Sep 17 00:00:00 2001 From: andylinpersonal Date: Sat, 10 Feb 2018 00:46:15 +0800 Subject: [PATCH] (MainWindow) 1. Add pause functionality 2. playback for multiple-selected files. --- GUI/MainWindow.xaml | 66 +++++++ GUI/MainWindow.xaml.cs | 280 ++++++++++++++++++++++++++++- GUI/Strings/guiStrings.Designer.cs | 65 ++++++- GUI/Strings/guiStrings.resx | 21 +++ 4 files changed, 430 insertions(+), 2 deletions(-) diff --git a/GUI/MainWindow.xaml b/GUI/MainWindow.xaml index b3b24bff..dca88c69 100644 --- a/GUI/MainWindow.xaml +++ b/GUI/MainWindow.xaml @@ -109,6 +109,23 @@ + + + + + + @@ -255,6 +272,49 @@ + + + + + +