From 0eb6b8981e271cea5d4b20ecb846bf55e9717d3c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 14 Nov 2005 01:21:41 +0000 Subject: It does not hurt to keep this with nothing svn path=/trunk/mcs/; revision=52997 --- mcs/class/System/Microsoft.Win32/SystemEvents.cs | 48 ++++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'mcs/class/System/Microsoft.Win32') diff --git a/mcs/class/System/Microsoft.Win32/SystemEvents.cs b/mcs/class/System/Microsoft.Win32/SystemEvents.cs index 306381cf33c..fc6d6154cb0 100644 --- a/mcs/class/System/Microsoft.Win32/SystemEvents.cs +++ b/mcs/class/System/Microsoft.Win32/SystemEvents.cs @@ -85,28 +85,28 @@ namespace Microsoft.Win32 { [MonoTODO] public static event System.EventHandler DisplaySettingsChanged { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } #if NET_2_0 [MonoTODO] public static event EventHandler DisplaySettingsChanging { - add { throw new NotImplementedException (); } - remove { throw new NotImplementedException (); } + add { } + remove { } } #endif [MonoTODO] public static event System.EventHandler EventsThreadShutdown { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] public static event System.EventHandler InstalledFontsChanged { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] @@ -117,49 +117,49 @@ namespace Microsoft.Win32 { #endif public static event System.EventHandler LowMemory { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] public static event System.EventHandler PaletteChanged { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] public static event PowerModeChangedEventHandler PowerModeChanged { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] public static event SessionEndedEventHandler SessionEnded { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } [MonoTODO] public static event SessionEndingEventHandler SessionEnding { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } #if NET_2_0 [MonoTODO] public static event SessionSwitchEventHandler SessionSwitch { - add { throw new NotImplementedException (); } - remove { throw new NotImplementedException (); } + add { } + remove { } } #endif [MonoTODO] public static event System.EventHandler TimeChanged { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } public static event TimerElapsedEventHandler TimerElapsed; @@ -174,8 +174,8 @@ namespace Microsoft.Win32 { [MonoTODO] public static event UserPreferenceChangingEventHandler UserPreferenceChanging { - add { throw new System.NotImplementedException ();} - remove { throw new System.NotImplementedException ();} + add { } + remove { } } } } -- cgit v1.2.3