private void Dispose(bool disposing) { if (!_disposed) { OnDispose(disposing); if (disposing) { _mainWindow.Dispose(); } _disposed = true; } }