Added so we can build on Linux
authorMiguel de Icaza <miguel@gnome.org>
Sat, 2 Nov 2002 20:13:25 +0000 (20:13 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 2 Nov 2002 20:13:25 +0000 (20:13 -0000)
svn path=/trunk/mcs/; revision=8759

mcs/class/System.Windows.Forms/System.Windows.Forms/Font.cs [new file with mode: 0644]

diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/Font.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Font.cs
new file mode 100644 (file)
index 0000000..128c2a1
--- /dev/null
@@ -0,0 +1,8 @@
+
+namespace System.Windows.Forms {
+       // allows code to compile without commenting out references
+       // to Font... to be removed
+
+       public class Font {
+       }
+}