private void EnableCommands() { _requestStopOperation = false; BuildCommand.Enable(); RebuildCommand.Enable(); CleanCommand.Enable(); StopCommand.Disable(); }
private void Stop(object parameter) { _requestStopOperation = true; StopCommand.Disable(); }