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