Prizm.Main.Forms.Parts.Inspection.SaveAndClearTestResultsCommand.Execute C# (CSharp) Method

Execute() private method

private Execute ( ) : void
return void
        public void Execute()
        {
            viewModel.SaveInspectionTestResultsCommand.Execute();
            viewModel.InspectionTestResults = null;
            viewModel.SelectedElement = null;
            viewModel.ModifiableView.IsEditMode = false;
            RefreshVisualStateEvent();
        }