public void ChangePracticeDirection(EPracticeDirection direction)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
        public void ChangePracticeDirection(EPracticeDirection direction)
        {
            AppSettings.PracticeDirection = direction;

            SelectPracticeDirectionIcons();
        }