src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 206 89813df17ec2
parent 205 468f3757f1f8
parent 203 2948b34324bb
child 216 45d2dff788f2
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Tue Nov 17 13:22:14 2009 +0100
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Tue Nov 17 13:25:05 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)