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