Execute() public method

public Execute ( object parameter ) : void
parameter object
return void
Example #1
0
        public bool SignalExternalCommandLineArgs(IList<string> args)
        {
            var cmd = new ShowWindowCommand();
            cmd.Execute(MainWindow);

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

            cmd.Execute(MainWindow);

            return(true);
        }