src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 203 2948b34324bb
parent 195 48b3139bb182
child 206 89813df17ec2
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Mon Nov 16 18:06:15 2009 +0100
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Tue Nov 17 13:20:22 2009 +0100
@@ -10,6 +10,7 @@
 using FingersDance.Control.TimeLine;
 using FingersDance.Data;
 using FingersDance.Factory;
+using GestureControl;
 
 namespace FingersDance.Control.SyncSource
 {
@@ -35,7 +36,8 @@
             this.userControlTimeLine.OnSuccessAnnotation += new EventHandler(userControlTimeLine_OnSuccessAnnotation);
             this.userControlTimeLine.AnnotationAdded += new EventHandler(userControlTimeLine_AnnotationAdded);
             this.userControlTimeLine.AnnotationRemoved += new EventHandler(userControlTimeLine_AnnotationRemoved);
-            this.UserControlPlayer.PlayerStopOrPause +=new EventHandler(UserControlPlayer_PlayerStopOrPause);
+            this.UserControlPlayer.PlayerStopOrPause += new EventHandler(UserControlPlayer_PlayerStopOrPause);
+            UserControlPlayer.NewGestureRegognized += new EventHandler(UCTimeLine.UserControlPlayer_NewGestureRegognized);
         }
 
         void userControlTimeLine_AnnotationRemoved(object sender, EventArgs e)