1234567891011121314151617181920212223242526272829303132 |
- /*-----------------------------------------------
- *本文件由代码生成器自动生成,
- *千万不要修改本文件的任何代码,
- *修改的的任何代码都会被覆盖掉!
- --------------------------------------------------*/
- using System.IO;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using Pomelo.DotNetClient;
- namespace pomelo.area
- {
- public class DiaryHandler
- {
- private PomeloClient _socket;
- static DiaryHandler()
- {
- }
- public DiaryHandler(PomeloClient socket)
- {
- this._socket = socket;
- }
- }
- }
|