Esempio n. 1
0
        public bool SignalExternalCommandLineArgs(IList<string> args)
        {
            var cmd = new ShowWindowCommand();
            cmd.Execute(MainWindow);

            return true;
        }
Esempio n. 2
0
        public bool SignalExternalCommandLineArgs(IList <string> args)
        {
            var cmd = new ShowWindowCommand();

            cmd.Execute(MainWindow);

            return(true);
        }