Good day,
Basically have a full WPF app (my first) built to update a list of orders. I would like to take the existing GUI, put in a tab and create another tab identical to the first with a few exceptions (names on some buttons, text in some labels, etc). I can copy/paste the XAML from one tab into the other, but I can't help but think that there is another way that avoids this code duplication. Is there?
Thank you.
JF