KDC.cs 90 B

123456789
  1. using System;
  2. namespace Standard;
  3. internal enum KDC
  4. {
  5. FREQUENT = 1,
  6. RECENT
  7. }