示例#1
0
 private void KlipStop(object sender, RoutedEventArgs e)
 {
     Klip.Stop();
     if (timer != null)
     {
         timer.Stop();
     }
 }
示例#2
0
 private void Zaladuj_na_starcie(object sender, RoutedEventArgs e)
 {
     Klip.ScrubbingEnabled = true;
     //    Klip_MediaOpened(sender, e);
     Klip.Stop();
     if (Klip.Source != null)
     {
         KlipPlay(sender, e);
     }
 }