Esempio n. 1
0
 void OpenTrainingMusic()
 {
     if (m_MP3PLayer == null)
     {
         m_MP3PLayer = new MP3PlayerWrapper();
     }
     m_MP3PLayer.MP3Filename = m_MusicPath;
 }
Esempio n. 2
0
 public MP3VideoWrapper(string videoPath, Panel ownerPanel)
 {
     m_Mp3Player             = MP3PlayerWrapper.getMP3PlayerWrapper();
     m_Mp3Player.MP3Filename = videoPath;
 }