Ejemplo n.º 1
0
 void insrt_findVideoCompleted(object sender, findVideoCompletedEventArgs e)
 {
     isVideoExist = e.Result;
     if (isVideoExist)
     {
         vldSum.Errors.Clear();
         vldSum.Errors.Add(vdVal);
     }
 }
Ejemplo n.º 2
0
 void insrt_findVideoCompleted(object sender, findVideoCompletedEventArgs e)
 {
     throw new NotImplementedException();
 }