private void changelogToolStripMenuItem_Click(object sender, EventArgs e) { Changelog tvInf = new Changelog(); tvInf.ShowDialog(); tvInf.Dispose(); }