Hi,
Its an c# winform application.
I have different parameters such as UI colors, Fonts, control size which user changes from UI and saves it.
Each parameter implementation is kind of big so we have a saparate assemblies also.
All the parameters will be displayed in one UI and if user changes any of the parameter (parameter eg:
say clicks a button to change the color of the text) I have to change a text "Current" available in the corner of the UI to "Parameterz Edited" indicating that some of the parameter have been edited by the user.
For each parameter I have a saparate implementation class or for few I have a saparater assemblies.
Now am not sure how do I design this requirement i.e on change of any of the parameter by the user, how do I change the text i.e to "Parameter Edited"
In future some more parameter can be added also. So I am looking for a flexible design which should accomodate any number of parameters that can
be added in future.
Can someone guide me how should I go ahead with the design. A class diagrame wud help a lot or any idea.
Thanks a lot.
Regards,
Sumitra