private void mnuAddSpecialChar_Click(object sender, EventArgs e) { var dlg = new AddSpecialChar(txtTelegramm); dlg.Owner = this; dlg.ShowDialog(); }