示例#1
0
 public void PlayTrack(ITrack t)
 {
     foreach (ISound sound in t.Channels())
     {
         PlaySound(sound);
     }
 }