예제 #1
0
 public TNAMEINFO(Stream stream)
 {
     this = new TNAMEINFO();
     Read(stream);
 }
예제 #2
0
파일: Structs.cs 프로젝트: Jamedjo/IconLib
 public TNAMEINFO(Stream stream)
 {
     this = new TNAMEINFO();
     this.Read(stream);
 }