http://bugzilla.novell.com/show_bug.cgi?id=574991

http://bugzilla.novell.com/show_bug.cgi?id=574991#c1


Michael Hutchinson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[email protected]  |[email protected]

--- Comment #1 from Michael Hutchinson <[email protected]> 2010-02-01 
22:58:15 UTC ---
Example:

partial class A
{
    partial void Foo ()
    {
        Console.WriteLine ("bar");
    }
}

//designer class
partial class A
{
#pragma warning disable 0169
    partial void Foo ();
#pragma warning restore 0169
}

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to