08 2013 档案
摘要:1 public abstract partial class TListPager : UserControl 2 where TEntity:Yom.Extend.Entity.EntityBase 3 where TRepository : Yom.Extend.Repository.RepositoryBaseRepository 4 where TSqlStrConstruct : Huawei.Data.SqlStrConstruct 5 { 6 protected TRepository rep...
阅读全文
摘要:1 class SmtpEmail 2 { 3 SmtpClient smtpclient; 4 MailMessage msg; 5 Attachment attachment; 6 public void sendMail(String form, String[] to, String subject, String body, String attachmentpath) 7 { 8 if (to == null || to.Length <= 0) { 9 ...
阅读全文