equal
deleted
inserted
replaced
17 using FingersDance.Factory; |
17 using FingersDance.Factory; |
18 using FingersDance.Actions; |
18 using FingersDance.Actions; |
19 using FingersDance.Control.TimeLine; |
19 using FingersDance.Control.TimeLine; |
20 using FingersDance.Views; |
20 using FingersDance.Views; |
21 using FingersDance.ViewModels; |
21 using FingersDance.ViewModels; |
|
22 using GestureControl; |
22 |
23 |
23 namespace FingersDance.Control.Player |
24 namespace FingersDance.Control.Player |
24 { |
25 { |
25 public partial class UserControlPlayer |
26 public partial class UserControlPlayer |
26 { |
27 { |
39 MediaElementVideo.UnloadedBehavior = MediaState.Manual; |
40 MediaElementVideo.UnloadedBehavior = MediaState.Manual; |
40 //SAR |
41 //SAR |
41 //Control User Info |
42 //Control User Info |
42 usercontrolInfoUser.LabelSession.Content = "Seance Test"; |
43 usercontrolInfoUser.LabelSession.Content = "Seance Test"; |
43 usercontrolInfoUser.LabelUser.Content = "User Test"; |
44 usercontrolInfoUser.LabelUser.Content = "User Test"; |
44 //Gesture Control |
45 } |
45 gestureControl.GestureEvent+= new GestureControl.GestureControl.GestureRoutedEventHandler(GestureDetected); |
46 |
46 } |
47 #endregion |
47 #endregion |
|
48 |
|
49 |
48 |
50 #region Properties |
49 #region Properties |
51 public double TotalMilliseconds |
50 public double TotalMilliseconds |
52 { |
51 { |
53 get |
52 get |