Communicating between Views
My WPF app has two views and each view has its own view model. One view
shows all the customer names on the left side. The second view shows the
list of items ordered by the selected customer(on the first view) on the
right side. The data in the second view should be changed automatically
based on my selection on the first view(customer names view). Any
suggestions. Thanks in advance.
No comments:
Post a Comment