public IX_EventArgs(IJPLib_XML.ReqType Type)
 {
     this.Type = Type;
 }
 public ReqPkt(IJPLib_XML.ReqType Type)
 {
     this.Type = Type;
 }