[Mono-bugs] [Bug 648403] SplitContainer does not implement ISupportInitialize

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 7 16:13:25 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=648403

https://bugzilla.novell.com/show_bug.cgi?id=648403#c3


Thomas Goldstein <stifu at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stifu at free.fr

--- Comment #3 from Thomas Goldstein <stifu at free.fr> 2010-12-07 21:13:24 UTC ---
First, I think you'll need to wrap the new code inside #if NET_4_0 /* code here
*/ #endif blocks.
Also, this would fix the cast exception, but would kill the point of
implementing an interface if the methods stay empty, of course. The methods
would at least need to throw NotImplementedException (depending on when the
methods are called), or be marked as TODO.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list