reuse viewer window

This commit is contained in:
Paddy Xu
2017-05-16 18:32:36 +03:00
parent f6843eef93
commit a672e441d0
8 changed files with 126 additions and 150 deletions

View File

@@ -56,6 +56,8 @@ namespace QuickLook.Plugin.VideoViewer
mediaElement.Stop();
_context.ShowNotification("", "An error occurred while loading the video.");
throw new Exception();
}
public void LoadAndPlay(string path)