Public g_sptCompany As new clsCompany
fixed by:
Public g_sptCompany As clsCompany
g_sptCompany = new clsCompany
Then VS2005 show me in the clsCompany constructor have some errors in VS2005 errors list, then easy to fix.
fixed by:
Public g_sptCompany As clsCompany
g_sptCompany = new clsCompany
Then VS2005 show me in the clsCompany constructor have some errors in VS2005 errors list, then easy to fix.
No comments:
Post a Comment