Ejemplo n.º 1
0
 public LyricsFetchingTask(iTunesLib.IITPlaylist t)
 {
     this.t = t;
     current = 0;
     total = 1;
     finished = false;
     subText = "";
     text = string.Format("Getting lyrics for {0} songs", t.Tracks.Count);
 }
Ejemplo n.º 2
0
 public LyricsFetchingTask(iTunesLib.IITPlaylist t)
 {
     this.t   = t;
     current  = 0;
     total    = 1;
     finished = false;
     subText  = "";
     text     = string.Format("Getting lyrics for {0} songs", t.Tracks.Count);
 }
Ejemplo n.º 3
0
 public LyricsFetchManager(iTunesLib.IITPlaylist t)
 {
     this.t = t;
 }
Ejemplo n.º 4
0
 public LyricsFetchManager(iTunesLib.IITPlaylist t)
 {
     this.t = t;
 }