Esempio n. 1
0
 void pc_PlaylistAdded(IPlaylistContainer pc, PlaylistEventArgs args)
 {
     if (PlaylistAdded != null)
     {
         PlaylistAdded(this, args);
     }
 }
Esempio n. 2
0
 protected virtual void OnPlaylistRemoved(PlaylistEventArgs args)
 {
     if (PlaylistRemoved != null)
     {
         PlaylistRemoved(this, args);
     }
 }