MotionCardBrand.cs 239 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace HardwareConfig
  7. {
  8. public enum MotionCardBrand
  9. {
  10. LeadShine,
  11. APE,
  12. ACS,
  13. }
  14. }