Exemple #1
0
 protected override void DoAdd(int index, Track item)
 {
     Itdb_Playlist.itdb_playlist_add_track(this.handle, item.Handle, index);
 }