C# Class Com.Aote.ObjectTools.PlayMusicObj

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged
Show file Open project: DuBin1988/restv2

Public Methods

Method Description
Play ( ) : void
Stop ( ) : void

Private Methods

Method Description
me_MediaEnded ( object sender, RoutedEventArgs e ) : void

Method Details

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void