Allow Begin/End Init to be called
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Wed, 15 Aug 2012 02:05:14 +0000 (12:05 +1000)
committerAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Wed, 5 Sep 2012 02:16:13 +0000 (12:16 +1000)
mcs/class/Managed.Windows.Forms/System.Windows.Forms/AxHost.cs

index d3d95ae52c778f0608355ac78aa4b50f13279c24..018f56f03f93f90315e9540c68fd480ebaba0ae7 100644 (file)
@@ -483,9 +483,9 @@ namespace System.Windows.Forms {
 
                #region Public Instance Methods
                [EditorBrowsable (EditorBrowsableState.Advanced)]
+               [MonoTODO]
                public void BeginInit ()
                {
-                       throw new NotImplementedException("COM/ActiveX support is not implemented");
                }
                
                public void DoVerb (int verb)
@@ -494,9 +494,9 @@ namespace System.Windows.Forms {
                }
 
                [EditorBrowsable (EditorBrowsableState.Advanced)]
+               [MonoTODO]
                public void EndInit ()
                {
-                       throw new NotImplementedException("COM/ActiveX support is not implemented");
                }
 
                [EditorBrowsable (EditorBrowsableState.Advanced)]