Data Binding between two TextBoxes in different windows

前端 未结 4 2079
傲寒
傲寒 2021-01-14 04:00

I have created a program that changes the name in a TextBox when check or unckeck a Checkbox. I want to replicate this Textbox in a different window. I thought with Data Min

4条回答
  •  忘掉有多难
    2021-01-14 04:22

    If both textboxes share a common datacontext it will "just work" without any code required...

提交回复
热议问题