2007-03-08 George Giolfan <georgegiolfan@yahoo.com>
authorGeorge Giolfan <ggiolfan@mono-cvs.ximian.com>
Thu, 8 Mar 2007 10:56:57 +0000 (10:56 -0000)
committerGeorge Giolfan <ggiolfan@mono-cvs.ximian.com>
Thu, 8 Mar 2007 10:56:57 +0000 (10:56 -0000)
* SystemInformation.cs: Add TerminalServerSession.

svn path=/trunk/mcs/; revision=73937

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemInformation.cs

index ddcaf2d9dbc489e3dea21d6c993ea23836b84d53..bacd4e17f1c083194d3db6ce92d2e80ae2fd10c2 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * SystemInformation.cs: Add TerminalServerSession.
+
 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
 
        * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
index 1aa3dd1c2027e56c89db39e9e0cbd8f7fde24ee7..2bbc46da2324b0d4b6c548008325e99a91515683 100644 (file)
@@ -387,6 +387,14 @@ namespace System.Windows.Forms
                        }
                }
 
+#if NET_2_0
+               public static bool TerminalServerSession {
+                       get {
+                               return false;
+                       }
+               }
+#endif
+
                public static Size ToolWindowCaptionButtonSize {
                        get {
                                return ThemeEngine.Current.ToolWindowCaptionButtonSize;