diff -r 4d9ebc6fbbe8 -r 43bb1b8ed555 client/src/Iri.Modernisation.Controls/ViewModel/VideoViewer/VideoViewerVM.cs --- a/client/src/Iri.Modernisation.Controls/ViewModel/VideoViewer/VideoViewerVM.cs Tue Jan 19 09:49:56 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/ViewModel/VideoViewer/VideoViewerVM.cs Mon Jan 25 09:30:22 2010 +0100 @@ -139,6 +139,10 @@ { Commands.VideoViewer.Pause.Execute(null, this); } + public void Play() + { + Commands.VideoViewer.Play.Execute(this, this); + } public void LaunchTick(TimeSpan Pos) { if(Tick!=null)