예제 #1
0
파일: CDNNetWork.cs 프로젝트: okproject/CDN
 public void Fill(MSGID id, String content = "")
 {
     this.id      = id;
     this.content = content;
 }
예제 #2
0
        //public NetHandleAttribut(int msgType)
        //{
        //    this.msgType = msgType;

        //}
        public NetHandleAttribut(MSGID msgType)
        {
            this.msgType = (int)msgType;
        }