IContainerControl.cs 175 B

12345678
  1. namespace System.Windows.Forms {
  2. // allows code to compile without commenting out references
  3. // to Font... to be removed
  4. interface IContainerControl {
  5. }
  6. }