SIL.Cog.Application.ViewModels.ThresholdCognateIdentifierViewModel.ThresholdCognateIdentifierViewModel C# (CSharp) Method

ThresholdCognateIdentifierViewModel() public method

public ThresholdCognateIdentifierViewModel ( IProjectService projectService ) : SIL.Cog.Application.Services
projectService IProjectService
return SIL.Cog.Application.Services
        public ThresholdCognateIdentifierViewModel(IProjectService projectService)
            : base("Phonetic", "Phonetic-Method-Settings")
        {
            _projectService = projectService;
        }