equal
deleted
inserted
replaced
50 { |
50 { |
51 UserControlPlayer.displayStackPanelAnnotations(id, b); |
51 UserControlPlayer.displayStackPanelAnnotations(id, b); |
52 |
52 |
53 } |
53 } |
54 public void UserControlPlayer_PlayerStopOrPause(object sender, EventArgs e) |
54 public void UserControlPlayer_PlayerStopOrPause(object sender, EventArgs e) |
55 { |
55 { |
56 |
56 try |
|
57 { |
|
58 userControlTimeLine.thumbRotation((bool)sender); |
|
59 }catch(Exception ){} |
57 } |
60 } |
58 #endregion |
61 #endregion |
59 |
62 |
60 #region TimeLine |
63 #region TimeLine |
61 |
64 |
71 } |
74 } |
72 private void userControlTimeLine_OnSuccessAnnotation(object sender, EventArgs e) |
75 private void userControlTimeLine_OnSuccessAnnotation(object sender, EventArgs e) |
73 { |
76 { |
74 OnSuccessAnnotation(this, new EventArgs()); |
77 OnSuccessAnnotation(this, new EventArgs()); |
75 } |
78 } |
|
79 |
76 #endregion |
80 #endregion |
77 |
81 |
78 |
82 |
79 #region SynSource pour chaque X milliseconds |
83 #region SynSource pour chaque X milliseconds |
80 private void UserControlTimeLine_TimerTick(object sender, EventArgs e) |
84 private void UserControlTimeLine_TimerTick(object sender, EventArgs e) |