Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Implement listbox with function switching #157

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

Currently it is done almost everything about single function. So as next allow user to save function to list and switch between them. About multiple function in row will be done later. As first add new List<Function> functions then add new list box listBoxFunctions and two buttons one for add and second for remove. If user will have selected in listbox and change some property it will rewrite selected witch current one.

To do: