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