add "Open with" button

This commit is contained in:
Paddy Xu
2017-05-23 23:34:49 +03:00
parent 9489af472b
commit 62fed98ba1
11 changed files with 217 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Interop;
namespace QuickLook.Plugin.IPreviewHandlers
{
@@ -60,7 +58,7 @@ namespace QuickLook.Plugin.IPreviewHandlers
_panel?.Dispose();
_panel = null;
}
~PluginInterface()
{
Cleanup();