Example #1
0
 public TNAMEINFO(Stream stream)
 {
     this = new TNAMEINFO();
     Read(stream);
 }
Example #2
0
 public TNAMEINFO(Stream stream)
 {
     this = new TNAMEINFO();
     this.Read(stream);
 }