equal
deleted
inserted
replaced
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)); |