Ejemplo n.º 1
0
 protected void OnPlaybackInfoRetrieved(PlaybackInfoEventArgs e)
 {
     if (PlaybackInfoRetrieved != null)
     {
         PlaybackInfoRetrieved(this, e);
     }
 }
Ejemplo n.º 2
0
 protected void OnPlaybackInfoRetrieved(PlaybackInfoEventArgs e)
 {
     if (PlaybackInfoRetrieved != null)
     {
         PlaybackInfoRetrieved(this, e);
     }
 }