The XAF Solution Wizard has successfully generated the solution according to your settings.
- The NumeratorTestProject.Module project keeps your platform-agnostic code.
Add persistent objects code to the Business Objects folder of this project and XAF will automatically create a UI to create, read, update and delete these persistent objects.
- The NumeratorTestProject.Win project is a startup project for the desktop application.
- To specify the database used by your application, modify the ConnectionString attribute in the configuration file located in the startup project.
|
2. Customize UI Structure
3. Implement Custom Behavior
|