コード例 #1
0
ファイル: MailSender.cs プロジェクト: opo30/bet-helper
 public static SmtpConfig Create()
 {
     if (_smtpConfig == null)
     {
         _smtpConfig = new SmtpConfig();
     }
     return _smtpConfig;
 }