상속: ComponentOptionsViewModel
예제 #1
0
        public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
			CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
            : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
        {
        }
예제 #2
0
 public CompareSettingsViewModel(IProjectService projectService, IBusyService busyService, AlineViewModel alineViewModel,
                                 CognateIdentifierOptionsViewModel cognateIdentifierOptionsViewModel)
     : base("Comparison", projectService, busyService, alineViewModel, cognateIdentifierOptionsViewModel)
 {
 }