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