F
Francois Vanderseypen
Why is it that the Form class does not implement the IContainer
interface? It inherits from ContainerControl but components are
attached to the 'components' field via the generated
private System.ComponentModel.Container components = null;
statement. Said differently, when should I implement the IContainer
interface?
Thanks a lot!
Swa.
http://netron.sf.net/
interface? It inherits from ContainerControl but components are
attached to the 'components' field via the generated
private System.ComponentModel.Container components = null;
statement. Said differently, when should I implement the IContainer
interface?
Thanks a lot!
Swa.
http://netron.sf.net/