mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-16 01:08:03 +08:00
reformat
This commit is contained in:
@@ -30,6 +30,13 @@ namespace QuickLook
|
||||
titlebarTitleArea.MouseLeftButtonDown += (sender, e) => DragMove();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
GC.SuppressFinalize(this);
|
||||
|
||||
viewContentContainer?.Dispose();
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
internal new void Show()
|
||||
@@ -100,13 +107,6 @@ namespace QuickLook
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
GC.SuppressFinalize(this);
|
||||
|
||||
viewContentContainer?.Dispose();
|
||||
}
|
||||
|
||||
~MainWindow()
|
||||
{
|
||||
Dispose();
|
||||
|
||||
Reference in New Issue
Block a user