示例#1
0
文件: Packet.cs 项目: bdallen/fLOW
 public Packet(Byte[] bytes, Templates templates)
 {
     this._bytes = bytes;
     this.Parse(templates);
 }