private void abountToolStripMenuItem_Click(object sender, EventArgs e) { using (var form = new Dialogs.About()) { form.ShowDialog(); } }