CommandProcessor.cs
上传用户:kenve1
上传日期:2008-04-28
资源大小:35k
文件大小:0k
源码类别:

ICQ/即时通讯

开发平台:

C#

  1. using System;
  2. using System.Threading;
  3. namespace ChatServer
  4. {
  5. /// <summary>
  6. /// Summary description for CommandProcessor.
  7. /// </summary>
  8. public class CommandProcessor
  9. {
  10. public CommandProcessor()
  11. {
  12. //
  13. // TODO: Add constructor logic here
  14. //
  15. }
  16. }
  17. }