Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You have to change the AppMain file to load the new CustomerMaintenance form. WHen you rename a class in .NET all referneces get changed as well. Open up the AppMain and go to the InitAPplication method and change the e.Forms.Add(...) to reference the new CustomerMaintenanceForm instead of the old.
|