Exemple #1
0
 void airplay_PlaybackPositionChanged(object sender, PlaybackPositionEventArgs e)
 {
     Invoke((MethodInvoker) delegate()
     {
         if (videoForm != null)
         {
             videoForm.SetPosition(e);
         }
     });
 }