SIL.Cog.Application.ViewModels.ThresholdCognateIdentifierViewModel.ThresholdCognateIdentifierViewModel C# (CSharp) 메소드

ThresholdCognateIdentifierViewModel() 공개 메소드

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