Feature tracking WinForms
Hi, I would like to extend my WinForms app, which a feature that allows me to monitor which functions are used by the users. The idea is to count how many times e.g. a button has been clicked, or a popup was opened. I want to know which features are used more or less often by the users. Any ideas how this can be done? (Or even if some...