client/src/Iri.Modernisation.Controls/ViewModel/VideoViewer/VideoViewerVM.cs
changeset 35 43bb1b8ed555
parent 29 5f8d275750e7
child 36 b6df6fce6e5d
equal deleted inserted replaced
34:4d9ebc6fbbe8 35:43bb1b8ed555
   137         }
   137         }
   138         public void Pause()
   138         public void Pause()
   139         {
   139         {
   140             Commands.VideoViewer.Pause.Execute(null, this);
   140             Commands.VideoViewer.Pause.Execute(null, this);
   141         }
   141         }
       
   142         public void Play()
       
   143         {
       
   144             Commands.VideoViewer.Play.Execute(this, this);
       
   145         }
   142         public void LaunchTick(TimeSpan Pos)
   146         public void LaunchTick(TimeSpan Pos)
   143         {
   147         {
   144             if(Tick!=null)
   148             if(Tick!=null)
   145             {
   149             {
   146                 Tick(this, new VideoViewerVMEventArgs(Pos));
   150                 Tick(this, new VideoViewerVMEventArgs(Pos));