Ejemplo n.º 1
0
 public ICONDIR(Stream stream)
 {
     this = new ICONDIR();
     Read(stream);
 }
Ejemplo n.º 2
0
 public ICONDIR(Stream stream)
 {
     this = new ICONDIR();
     this.Read(stream);
 }