Hi guys,

As I was cleaning up WinForms from .NET 1.1 code, I stumbled on the 
IDeviceContext.cs file (in the System.Windows.Forms namespace). I'm not sure 
what this class was for exactly (some kind of replacement for the class of the 
same name in the System.Drawing namespace, I take it), but it now seems 
useless, since it's wrapped inside a #if !NET_2_0 condition.

Also, from what I understand, if I remove it, I should also remove it from the 
System.Windows.Forms.dll.sources file (if I'm not mistaken, that's what the 
make command uses to find classes it should build), and I think that's it. 
Nothing else to update.

Am I right, and can I go ahead with this?

Thanks.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to