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