DiaryHandler.cs 581 B

1234567891011121314151617181920212223242526272829303132
  1. /*-----------------------------------------------
  2. *本文件由代码生成器自动生成,
  3. *千万不要修改本文件的任何代码,
  4. *修改的的任何代码都会被覆盖掉!
  5. --------------------------------------------------*/
  6. using System.IO;
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Text;
  11. using Pomelo.DotNetClient;
  12. namespace pomelo.area
  13. {
  14. public class DiaryHandler
  15. {
  16. private PomeloClient _socket;
  17. static DiaryHandler()
  18. {
  19. }
  20. public DiaryHandler(PomeloClient socket)
  21. {
  22. this._socket = socket;
  23. }
  24. }
  25. }