The Utils namespace currently contains many separate assets and functionalities that relate to dialogs - population of combo-box with data, or drawing of curly brackets, to name some. For better organization and clearer usage, all dialog-related stuff should be put into a common (possibly abstract) dialog class CRideDialog, and existing code modified so that it makes use of this new base class.
The Utils namespace currently contains many separate assets and functionalities that relate to dialogs - population of combo-box with data, or drawing of curly brackets, to name some. For better organization and clearer usage, all dialog-related stuff should be put into a common (possibly abstract) dialog class CRideDialog, and existing code modified so that it makes use of this new base class.