GCLP.cs 86 B

12345678
  1. using System;
  2. namespace Standard;
  3. internal enum GCLP
  4. {
  5. HBRBACKGROUND = -10
  6. }