I programmatically (one app, from whom it is called) from inside App.xaml.cs I call:
Now I want to check the arguments on startup and when I do not want it, close the app. I already have a application.Current.Shutdown ();
, but with no effect (no error, no end of the process) is there any idea which I can do?
No comments:
Post a Comment