Пример #1
0
 public DefaultStep(SigmaPlaybackControl control) : base(control)
 {
 }
Пример #2
0
 public DefaultTogglePlay(SigmaPlaybackControl control) : base(control)
 {
 }
Пример #3
0
 public DefaultRewind(SigmaPlaybackControl control) : base(control)
 {
 }
Пример #4
0
 protected DefaultCommand(SigmaPlaybackControl control)
 {
     Control = control;
 }