Exemplo n.º 1
0
        private void qv_SouraSoundClick(Soura rSoura)
        {
            lstPlayList.Clear();
            for (int i = 0; i < rSoura.AyasCount; i++)
            {
                lstPlayList.Add(rSoura.Ayas[i].ID);
            }

            // Save the name of the soura to display it later
            lblnowplaying.Tag = rSoura.Name;
            playStart();
        }
Exemplo n.º 2
0
        private void qv_SouraSoundClick(Soura rSoura)
        {
            lstPlayList.Clear();
            for (int i = 0; i < rSoura.AyasCount; i++) {
                lstPlayList.Add(rSoura.Ayas[i].ID);
            }

            // Save the name of the soura to display it later
            lblnowplaying.Tag = rSoura.Name;
            playStart();
        }