From: Richard B. <rb...@us...> - 2004-10-18 22:31:26
|
Update of /cvsroot/jcframework/dotnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25410 Added Files: IClassFactory.vb Log Message: Oops - missed this in the last update :-( --- NEW FILE: IClassFactory.vb --- Public Interface IClassFactory Function CreateObject() As Object End Interface |