Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-09-30 01:13:35 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-30 01:13:35 +0400
commit9261909daaa996a390429b3bec3e753d0f580227 (patch)
tree962092d50808281cbc72496d8d23f3142bad8be4 /mcs/class/System/Microsoft.Win32
parent69e30416b294e9c3a421e6dba292cc83bec7e718 (diff)
Does not harm
svn path=/trunk/mcs/; revision=51012
Diffstat (limited to 'mcs/class/System/Microsoft.Win32')
-rw-r--r--mcs/class/System/Microsoft.Win32/SystemEvents.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System/Microsoft.Win32/SystemEvents.cs b/mcs/class/System/Microsoft.Win32/SystemEvents.cs
index 911865874d9..d1ec533fd54 100644
--- a/mcs/class/System/Microsoft.Win32/SystemEvents.cs
+++ b/mcs/class/System/Microsoft.Win32/SystemEvents.cs
@@ -148,8 +148,8 @@ namespace Microsoft.Win32
[MonoTODO]
public static event UserPreferenceChangedEventHandler UserPreferenceChanged
{
- add { throw new System.NotImplementedException ();}
- remove { throw new System.NotImplementedException ();}
+ add { }
+ remove { }
}
[MonoTODO]