Inheritance: ComponentSettingsViewModelBase
 public AlignmentOptionsViewModel(SegmentPool segmentPool, IProjectService projectService, AlineViewModel alineAlignment, SCAAlignViewModel SCAAlignment)
     : base("Alignment", "Method", alineAlignment, SCAAlignment)
 {
     _segmentPool = segmentPool;
     _projectService = projectService;
 }
Example #2
0
        public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
			CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
            : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
        {
        }
Example #3
0
 public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
                                 CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
     : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
 {
 }