Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 9525d3cc authored by Harald Martini's avatar Harald Martini
Browse files

Added Title in ManufacturingStageViewModel and Multistage

parent e6e9f43b
Branches
Tags
No related merge requests found
......@@ -80,6 +80,7 @@ namespace VECTO3GUI2020.ViewModel.MultiStage.Implementation
public ManufacturingStageViewModel_v0_1(IManufacturingStageInputData consolidatedManufacturingStageInputData, IMultiStageViewModelFactory viewModelFactory)
{
Title = "Edit Manufacturing Stage";
_viewModelFactory = viewModelFactory;
_stageCount = consolidatedManufacturingStageInputData?.StageCount + 1 ?? 2;
......
......@@ -63,7 +63,7 @@ namespace VECTO3GUI2020.ViewModel.MultiStage.Implementation
public MultiStageJobViewModel_v0_1(IMultistageBusInputDataProvider inputData, IMultiStageViewModelFactory vmFactory, IMultistageDependencies multistageDependencies, IXMLInputDataReader inputDataReader)
{
Title = "Edit Multistage Job";
_dataSource = inputData.DataSource;
_jobInputData = inputData.JobInputData;
_inputData = inputData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment