Starting Point: I have a datagridview with a combobox. The combobox has about 30 options (growing) and every user uses the options with a different frequency.
Question: I am looking for a way to sort the options in that combobox by usage for every client.
What I tried: I tried to use a counter and store that value in an external .txt file and open that again when the user opens his client again. Is there another way since this is a bad solution.
Additional Information: I update the clients with ClickOnce.