Exemple #1
0
 void play(string fullPath)
 {
     videoView.SetVideoPath(fullPath);
     videoView.BringToFront();
     videoView.Start();
 }