示例#1
0
 private static void CopyTrans(ISong from, ISong to)
 {
     from.copyTranslation(to);
 }