Exemple #1
0
 public DefaultStep(SigmaPlaybackControl control) : base(control)
 {
 }
Exemple #2
0
 public DefaultTogglePlay(SigmaPlaybackControl control) : base(control)
 {
 }
Exemple #3
0
 public DefaultRewind(SigmaPlaybackControl control) : base(control)
 {
 }
Exemple #4
0
 protected DefaultCommand(SigmaPlaybackControl control)
 {
     Control = control;
 }