Appearance.cs 108 B

12345678
  1. namespace System.Windows.Forms
  2. {
  3. public enum Appearance
  4. {
  5. Normal,
  6. Button
  7. }
  8. }