0
I have :
A Window:
- Window1 (Mainwindow)
Three Usercontrols:
-Usercontrol1
-Usercontrol2
-Usercontrol3
In window 1 I have a label (label1) and in each of the Usercontrols I have a Combobox.
Each Combobox has 3 options: BLUE, BLACK and WHITE. The same 3 options for each of them.
The goal is when I select an option in a Usercontrol, the mainwindow label updates. If I select Black in Usercontrol1, the Label content shows Black.
If then I go to the USERCONTROL2 and select white, the contents of the label updates to white (basically replaces).
I use C# and WPF.
Anyone can help?
Thank you.
Thank you very much :)
– Programmer Master