Inheritance: ComponentOptionsViewModel
コード例 #1
0
ファイル: CompareSettingsViewModel.cs プロジェクト: rmunn/cog
        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)
 {
 }