X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Design%2FSystem.ComponentModel.Design%2FLocalizationExtenderProvider.cs;h=632a1acbf37bfad279a8f2351f4e78383b1a315a;hb=c0216739390c37ea05a99a4cbc15e2222aac3f11;hp=07a2b811e487c6824f6f978bc0928f586dfdbbda;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/System.Design/System.ComponentModel.Design/LocalizationExtenderProvider.cs b/mcs/class/System.Design/System.ComponentModel.Design/LocalizationExtenderProvider.cs index 07a2b811e48..632a1acbf37 100644 --- a/mcs/class/System.Design/System.ComponentModel.Design/LocalizationExtenderProvider.cs +++ b/mcs/class/System.Design/System.ComponentModel.Design/LocalizationExtenderProvider.cs @@ -32,6 +32,9 @@ using System.Globalization; namespace System.ComponentModel.Design { +#if NET_2_0 + [Obsolete ("use CodeDomLocalizationProvider")] +#endif [ProvideProperty("Localizable", typeof(object))] [ProvideProperty("Language", typeof(object))] [ProvideProperty("LoadLanguage", typeof(object))] @@ -55,6 +58,14 @@ namespace System.ComponentModel.Design throw new NotImplementedException(); } +#if NET_2_0 + [MonoTODO] + protected virtual void Dispose (bool disposing) + { + throw new NotImplementedException(); + } +#endif + [MonoTODO] [Localizable (true)] [DesignOnly (true)]