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