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