mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +00:00
..
This commit is contained in:
@@ -28,9 +28,16 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
GC.SuppressFinalize(this);
|
||||
|
||||
fileListView.Dispose();
|
||||
}
|
||||
|
||||
~ArchiveInfoPanel()
|
||||
{
|
||||
Dispose();
|
||||
}
|
||||
|
||||
private void LoadArchive(string path)
|
||||
{
|
||||
LoadItemsFromArchive(path);
|
||||
|
Reference in New Issue
Block a user