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