Exemple #1
0
 public void Play()
 {
     sound.PlayInstance(this);
     sound.RaisePlayEvent(this);
     startPlayTime = DateTime.Now;
 }