コード例 #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
ファイル: Form1.cs プロジェクト: yehiasalam/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();
        }