finish first version of TextViewer plug-in

This commit is contained in:
Paddy Xu
2017-04-25 00:54:09 +03:00
parent 5e70b0052f
commit c38c640af5
13 changed files with 264 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ namespace QuickLook.Plugin.LastResort
/// </summary>
public partial class InfoPanel : UserControl
{
public InfoPanel(string path)
public InfoPanel()
{
InitializeComponent();
}