[Mono-devel-list] resource manager construction

Aleksey Ryabchuk ryabchuk at yahoo.com
Thu May 22 11:40:15 EDT 2003


Hi !

If you take a look at ResourceManager ctor:

public ResourceManager (Type resourceSource) : this()
{
// ....
   resourceSetType = resourceSource;
// ....
}

you can see that resourceSource is assigned to
resourceSetType. Is it right ? For WinForms
application resourceSource has Form type, therefore
app can not load any resouces.

Regards
Aleksey


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com



More information about the Mono-devel-list mailing list