private void Form1_FormClosing(object sender, FormClosingEventArgs e) { if (CurrentFile != null) { CurrentFile.Dispose(); } }