Inheritance: ComponentOptionsViewModel
Exemplo n.º 1
0
        public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
			CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
            : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
        {
        }
Exemplo n.º 2
0
 public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
                                 CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
     : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
 {
 }