Exemplo n.º 1
0
 void VlcMediaPlayer_LengthChanged(object sender, EventArgs e)
 {
     if (OnDurationChanged != null)
     {
         OnDurationChanged.Invoke(this, EventArgs.Empty);
     }
 }