SharpSpecs.UI.Controllers.MainWindowController.SetCommands C# (CSharp) Method

SetCommands() private method

Sets the commands.
private SetCommands ( ) : void
return void
        private void SetCommands()
        {
            this.ViewModel.LoadCommand = new RelayCommand(x => this.Load());
            this.ViewModel.RunAllFeaturesCommand = new RelayCommand(x => this.RunAllFeatures());
        }