Exemplo n.º 1
0
 public void PlayMusic(Track track)
 {
     if (track != null)
     {
         MusicIsPlaying = true;
         Btc.SendCommand(Command.ArduinoCommand(CommandName.PlayMusic, new List<string>() { track.StorageName }));
     }
 }
Exemplo n.º 2
0
 public void PlayMusic(Track track)
 {
     TableController.PlayMusic(track);
 }