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
Post a Comment