I am trying to create a WPF application that takes command line arguments. If no arguments are given, the main window should pop up. In cases of some specific command line a
To check for the existence of your argument - in Matt's solution use this for your test:
e.Args.Contains("MyTriggerArg")