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