private void About_Click(object sender, EventArgs e) { var about = new DialogAbout(); about.ShowDialog(); }