diff -r e15e7110ef6d -r 2948b34324bb src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs --- 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)