Exemple #1
0
 void airplay_PlaybackInfoRequested(object sender, PlaybackInfoEventArgs e)
 {
     Invoke((MethodInvoker) delegate()
     {
         if (videoForm != null)
         {
             videoForm.GetPlaybackInfo(e.PlaybackInfo);
         }
     });
 }