Code development platform for open source projects from the European Union institutions

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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment