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