Exemplo n.º 1
0
 void presenter_IsPlayingChanged(IControlableClipPresenter sender, bool isPlaying)
 {
     IsPlaying = isPlaying;
 }
 public PlaylistControlView(IControlableClipPresenter presenter)
 {
     InitializeComponent();
     controlPanel.Presenter = presenter;
 }
Exemplo n.º 3
0
 void controlable_IsPlayingChanged(IControlableClipPresenter presenter, bool isPlaying)
 {
     IsPlaying = isPlaying;
     RaiseIsPlayingChanged();
 }