[Mono-devel-list] swf.Application constructor
Dennis Hayes
denisraytek at yahoo.com
Sat Sep 6 19:18:26 EDT 2003
System.Windows.Forms is a sealed class with all static members and no documented constructor.
The Mono implementation has no constructor.
When I use winchurn to compare the mono dll with the ms dll, it says we add a constructor Application().
I am guessing this is because a default constructor is added by the compiler if none is defined. I think this is per spec.
Does this mean we need to add a constructor and Mark it as internal?
Is it a bug in Winchurn?
Is it a bug in the complier?
Is it a bug in my brain?
Just wondering.
Dennis
dennish at raytek.com
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030906/b9e15a46/attachment.html
More information about the Mono-devel-list
mailing list