private void aboutWorldEditorToolStripMenuItem_Click(object sender, EventArgs e) { frmAbout About = new frmAbout(version); About.ShowDialog(); }