--- a/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml.cs Tue Jan 19 09:49:56 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml.cs Mon Jan 25 09:30:22 2010 +0100
@@ -25,7 +25,7 @@
VideoBrush vidBrush = new VideoBrush();
vidBrush.SetSource(_captureSource);
VideoScreen.Fill = vidBrush;
-
+
Commands.WebCamControl.CamRecordLanch.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(CamRecordLanch_Executed);
Commands.WebCamControl.CamRecordStop.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(CamRecordStop_Executed);
Commands.WebCamControl.CamRecordEnd.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(CamRecordEnd_Executed);