private void _bSmtpSendingToMultipleRecipients_Click(object sender, EventArgs e) { SMTP.SendingToMultipleRecipients form = new SMTP.SendingToMultipleRecipients(this.Configuration); form.ShowDialog(); }