コード例 #1
0
ファイル: IFFFileNode.cs プロジェクト: IllidanS4/AlbLib
 private void Apply(IFFFile file)
 {
     this.TypeID = file.TypeID;
     this.Length = file.Length;
     this.FormatID = file.FormatID;
 }
コード例 #2
0
 private void Apply(IFFFile file)
 {
     this.TypeID   = file.TypeID;
     this.Length   = file.Length;
     this.FormatID = file.FormatID;
 }