public void Close() { if (combinedCodeView != null) { combinedCodeView.Dispose(); } combinedCodeView = null; }
public void Close() { program = null; ProgramChanged(); if (combinedCodeView != null) combinedCodeView.Dispose(); combinedCodeView = null; }