Пример #1
0
 public void SetRepeatMode(RepeatMode newMode)
 {
     _config.SetChoice(OptionKey.Repeat, newMode.ToChoiceKey(), _channelId);
 }