We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31688c3 commit e2a57f8Copy full SHA for e2a57f8
MessageToImageLibrary/MessagePanel.cs
@@ -488,12 +488,12 @@ protected virtual void Dispose(bool disposing)
488
}
489
490
491
- // // TODO: override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
492
- // ~MessagePanel()
493
- // {
494
- // // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
495
- // Dispose(disposing: false);
496
- // }
+ // TODO: override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
+ ~MessagePanel()
+ {
+ // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
+ Dispose(disposing: false);
+ }
497
498
public void Dispose()
499
{
0 commit comments