Exemple #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     #if (WITHDOWNLOAD)
     QabuzeDLM.DownloadAsync(album);
     #else
     MessageBox.Show("Download functionality was not included at compiletime!", "Download functionality not included");
     #endif
 }
Exemple #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     QabuzeDLM.clear();
 }