Prizm.Main.Forms.Parts.Inspection.SaveAndClearTestResultsCommand.SaveAndClearTestResultsCommand C# (CSharp) Метод

SaveAndClearTestResultsCommand() публичный Метод

public SaveAndClearTestResultsCommand ( PartInspectionViewModel viewModel ) : DevExpress.Mvvm.DataAnnotations
viewModel PartInspectionViewModel
Результат DevExpress.Mvvm.DataAnnotations
        public SaveAndClearTestResultsCommand(PartInspectionViewModel viewModel)
        {
            this.viewModel = viewModel;
        }