MSGFLT.cs 99 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal enum MSGFLT
  4. {
  5. RESET,
  6. ALLOW,
  7. DISALLOW
  8. }