C2026-043-Tech-Debt_v1 - Stash 1
This commit is contained in:
+2
-3
@@ -49,12 +49,11 @@ namespace Volian.Controls.Library
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (_Disposed) return;
|
||||
_CountDisposed++;
|
||||
_Disposed = true;
|
||||
_MyBorders = null;
|
||||
_MyShading = null;
|
||||
_SpellChecker = null;
|
||||
_tableCellEditor = null;
|
||||
SpellChecker = null;
|
||||
TableCellEditor = null;
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user