Add small stub
authorMiguel de Icaza <miguel@gnome.org>
Wed, 23 Mar 2005 23:04:17 +0000 (23:04 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 23 Mar 2005 23:04:17 +0000 (23:04 -0000)
svn path=/trunk/mcs/; revision=42177

mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs

index 5165e3a2800003a4ca19a7b4cf83a7ba3ef6e5ee..23abd1db854653289b0268962d18f92120701b4b 100644 (file)
@@ -274,6 +274,12 @@ namespace System.Windows.Forms {
                        XplatUI.EnableThemes();
                }
 
+#if NET_2_0
+               public static void EnableRTLMirroring () 
+               {
+               }
+#endif
+
                public static void Exit() {
                        XplatUI.Exit();
                }