http://bugzilla.novell.com/show_bug.cgi?id=619325
http://bugzilla.novell.com/show_bug.cgi?id=619325#c3 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|[email protected] | Resolution| |INVALID --- Comment #3 from Geoff Norton <[email protected]> 2010-07-06 20:28:14 UTC --- You aren't overriding the method, you jsut have a public method called: public void ViewWillAppear () {} If you want to implement the method you need to override the base declaration: public override void ViewWillAppear (bool animated) {} -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
