MailContactList.cs
上传用户:asz878
上传日期:2020-04-01
资源大小:189k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

Visual C++

  1. /*
  2.  * 作者:方宏俊
  3.  * 日期:2008-10-23
  4.  * 描述:好友列表泛型集合类
  5.  * 该源码下载自www.51aspx.com(51aspx.com)
  6.  * *                  */
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Text;
  10. namespace Fhz.Msn.OpenContactsNet
  11. {
  12.     public class MailContactList : List<MailContact>
  13.     {
  14.     }
  15. }