private void OpenAboutMenu(object sender, EventArgs e) { AboutGUI aboutGui = new AboutGUI(); aboutGui.ShowDialog(this); aboutGui.Dispose(); }