ClassTextMsg.cs
上传用户:lqb116
上传日期:2014-04-04
资源大小:2712k
文件大小:0k
源码类别:

P2P编程

开发平台:

C#

  1. using System;
  2. namespace LanMsg
  3. {
  4. /// <summary>
  5. /// ClassTextMsg 的摘要说明。
  6. /// </summary>
  7. [Serializable]
  8. public class ClassTextMsg
  9. {
  10. public System.Drawing.Font font;
  11. public System.Drawing.Color color;
  12. public string ImageInfo="";
  13. public string MsgContent="";
  14. public ClassTextMsg()
  15. {
  16. //
  17. // TODO: 在此处添加构造函数逻辑
  18. //
  19. }
  20. }
  21. }