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