コード例 #1
0
 public static void Stop()
 {
     if (currentSong.Loaded)
     {
         currentSong.Suspend();
         isPlaying = false;
     }
 }