I have two Windows (main window & sub window) in WPF Application. In main window I have a button that will minimize main window and sub window will be opened as maximized.
When I am closing the sub window, I need to restore main window.
Can anybody help?
Thanks