Font.cs 142 B

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