Hello,
If I have the following function in my class.
And I set it's value before calling ShowDialog for this class then I can see the new selected value.Code:public string setTextblock1 { set { this.textblock1.Text = value; } }
However if I call it after the dialog is already open the value does not update. Is there a refresh of some sort I need to do?




Reply With Quote