FixedPanel.cs 122 B

123456789
  1. namespace System.Windows.Forms
  2. {
  3. public enum FixedPanel
  4. {
  5. None,
  6. Panel1,
  7. Panel2
  8. }
  9. }