public void OnNavigatedTo(NavigationContext context) { _archiveType = (ArchiveType)context.Parameters["archiveType"]; _archiveFileName = (string)context.Parameters["archiveFileName"]; RunTestEngineCommand.Execute(); }
private void StartTesting() { _log.Information("User action: Start testing"); RunTestEngineCommand.Execute(); }