Closing a Window in WPF (When not in that Window) -


i have application starts simple start screen allowing user select either new or open project. when selecting new have new window displayed wizard collects data passed main window.

i create new window main window , show that. close wizard enough this.close(); how close initial window startup uri window?

application.current.mainwindow.close();


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -