Update MailHelper

This commit is contained in:
2021-05-18 09:32:25 +08:00
parent 7c0b4f37af
commit 31b5a1f5b7
6 changed files with 105 additions and 13 deletions

View File

@@ -90,7 +90,6 @@ namespace Ewide.Core.Util
string fullName = string.Join('.', currentAssemblyName, name);
return Assembly.Load(currentAssemblyName).CreateInstance(fullName);
}
/// <summary>
/// 写入XML到磁盘
/// </summary>