I am developing an app with C# WPF. I have a Combo box inlcduing around 20 names (first name last name) The app will be installed on customers computers and they have to select their name in the app and do other things and then close the app. My aim is to set the combo box ina way that when they open next time the app, theire previous name selection is set as the default name in the combo box. So, first time opening the defult combo box is empty, next time is their last time name selection. I would appreciate if you could help me.
Best regards, Alireza