/// <summary> /// Die verwendeten Ressourcen bereinigen. /// </summary> protected override void Dispose(bool disposing) { if (disposing) { if (tm != null) { tm.Clear(); tm.Parent = null; tm = null; } if (components != null) { components.Dispose(); } } base.Dispose(disposing); }