示例#1
0
文件: Form1.cs 项目: sunsiz/equran
        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();
        }
示例#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();
        }