client/src/Iri.Modernisation.Controls/ViewModel/VideoViewer/VideoViewerVM.cs
changeset 35 43bb1b8ed555
parent 29 5f8d275750e7
child 36 b6df6fce6e5d
--- 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)