Ejemplo n.º 1
0
 private void scrobbleDate_Click(object sender, EventArgs e)
 {
     DataScrobble dScrobble = new DataScrobble(trackList.Items.All, userLogin, userPassword, sm);
     DialogResult dResult = dScrobble.ShowDialog(this);
 }
Ejemplo n.º 2
0
 private void scrobbleDate_Click(object sender, EventArgs e)
 {
     DataScrobble dScrobble = new DataScrobble(trackList.Items.All, userLogin, userPassword, sm);
     DialogResult dResult   = dScrobble.ShowDialog(this);
 }