Reputation: 1
first window and second window will have same control like textbox or button once some entry happend in first window it should reflect in second window also and vice-versa and in case of event also. you can say first is mirror of second window vice-versa so any one, so can any one tell me how should i start for this.
Upvotes: 0
Views: 72
Reputation: 22445
you can use mvvm - create 1 viewmodel where you hold your data and bind the same instance of this viewmodel to both windows/views as the datacontext, create your bindings twoway and all works like you want.
btw i really dont know what you wanna do with your app :)
Upvotes: 1