Channel9Downloader.Common.RelayCommand.Execute C# (CSharp) Method

Execute() public method

Executes the command.
public Execute ( object parameter ) : void
parameter object Parameter for the command to execute.
return void
        public void Execute(object parameter)
        {
            _execute(parameter);
        }