Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
project starts with mainWindow i click on History Button which brings me to another window say History.xaml i do some operation there when i click on open button of history.xaml it must return to its previous window, and show changes to it.
Posted

1 solution

What I'd actually suggest is that you get to know MVVM pattern. Using this pattern would greatly help you to separate UI and the logic behind.

See for example:
- http://msdn.microsoft.com/en-us/magazine/dd419663.aspx[^]
- MVVM Pattern in WPF: A Simple Tutorial for Absolute Beginners[^]
- WPF Twitter Client with Model-View-ViewModel Design Pattern Step by Step[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900