コード例 #1
0
ファイル: MainMenu.cs プロジェクト: JBTech/MailSystem.NET
 private void _bSmtpSendingWithSmtpAuthentication_Click(object sender, EventArgs e)
 {
     SMTP.SendingWithSmtpAuthentification form = new SMTP.SendingWithSmtpAuthentification(this.Configuration);
     form.ShowDialog();
 }
コード例 #2
0
ファイル: MainMenu.cs プロジェクト: isaachogue/Archived
 private void _bSmtpSendingWithSmtpAuthentication_Click(object sender, EventArgs e)
 {
     SMTP.SendingWithSmtpAuthentification form = new SMTP.SendingWithSmtpAuthentification(this.Configuration);
     form.ShowDialog();
 }