NIM.cs 130 B

123456789101112
  1. using System;
  2. namespace Standard;
  3. internal enum NIM : uint
  4. {
  5. ADD,
  6. MODIFY,
  7. DELETE,
  8. SETFOCUS,
  9. SETVERSION
  10. }