This commit is contained in:
Paddy Xu
2017-04-30 02:27:07 +03:00
parent f5d9dc3e14
commit f11c59be01
30 changed files with 807 additions and 48 deletions

View File

@@ -53,7 +53,7 @@ namespace QuickLook.Plugin.TextViewer
container.Title = $"{Path.GetFileName(path)}";
}
public void Close()
public void Dispose()
{
}
}