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