private void teToolStripMenuItem_Click(object sender, EventArgs e) { var frm = new WaitForm(); frm.ShowDialog(); }