I need some help please. I made a lot of research, but i didn't find any answers that apply for me.
Considere 2 forms : MainWindow and Form2. MainWindow contains a textbox, and some labels which displays informations. Form2 contains also a textbox, but is designed to perform time consuming tasks. In this form2 I want to pass the value of a selectedItem (a string), to my MainWindow textbox, and run a method on it.
I am able to do this by loading or opening a new MainWindow, but I don't want to do that. Both forms can be (and will be) opened at the same time.
How can I do this please ? Let me know if i am not precise.