BadgeStatus.cs 95 B

12345678
  1. namespace HandyControl.Data;
  2. public enum BadgeStatus
  3. {
  4. Text,
  5. Dot,
  6. Processing
  7. }