MpntTaskEnum.cs 292 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace athosRT.Modules.EFEMs.Tasks
  7. {
  8. public enum MpntTaskEnum
  9. {
  10. G1,
  11. GB,
  12. G4,
  13. P1,
  14. PB,
  15. P4,
  16. ParamNg,
  17. }
  18. }