FileIconSize.cs 73 B

12345678
  1. namespace prBrowser
  2. {
  3. public enum FileIconSize
  4. {
  5. Large,
  6. Small
  7. }
  8. }