示例#1
0
 public void Continue()
 {
     if (_primarySoundPlayer != null)
     {
         _primarySoundPlayer.Continue();
     }
     if (_secondarySoundPlayer != null)
     {
         _secondarySoundPlayer.Continue();
     }
 }