资 源 简 介
Core
This part of the project has all core implementation.
In this part is implemented me Model and Controler of the MVC, The domain-specific representation of the information on which the application operates. Domain logic adds meaning to raw data.
Many applications use a persistent storage mechanism to store data. MVC does not specifically mention the data access layer because it is understood to be underneath or encapsulated by the Model.
GUI
This part of the project as all GUI.
In this part is implemented me View of the Model-view-controller, Renders the model into a form suitable for interaction, typically a user interface element. Multiple views can exist for a single model for different purposes.
For this was decide to use a MDI so every other form is a internal form of the MDI Main form.