RunningDirection.cs 97 B

1234567
  1. namespace HandyControl.Data;
  2. public enum RunningDirection
  3. {
  4. EndToStart,
  5. StartToEnd
  6. }