Exemplo n.º 1
0
 private void Apply(IFFFile file)
 {
     this.TypeID = file.TypeID;
     this.Length = file.Length;
     this.FormatID = file.FormatID;
 }
Exemplo n.º 2
0
 private void Apply(IFFFile file)
 {
     this.TypeID   = file.TypeID;
     this.Length   = file.Length;
     this.FormatID = file.FormatID;
 }