mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 02:09:05 +00:00
..
This commit is contained in:
@@ -55,13 +55,20 @@ namespace QuickLook.Plugin.PDFViewer
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_whellMonitor.Dispose();
|
||||
GC.SuppressFinalize(this);
|
||||
|
||||
_whellMonitor?.Dispose();
|
||||
PdfHandleForThumbnails?.Dispose();
|
||||
PdfHandle?.Dispose();
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
~PdfViewerControl()
|
||||
{
|
||||
Dispose();
|
||||
}
|
||||
|
||||
public event EventHandler CurrentPageChanged;
|
||||
|
||||
private void NavigatePage(object sender, MouseWheelEventArgs e)
|
||||
|
Reference in New Issue
Block a user