Inheritance: ComponentSettingsViewModelBase
Beispiel #1
0
        public InputSettingsViewModel(IProjectService projectService, IBusyService busyService, SyllabifierViewModel syllabifierViewModel,
			PoorMansAffixIdentifierViewModel affixIdentifierViewModel)
            : base("Input", projectService, busyService, syllabifierViewModel, affixIdentifierViewModel)
        {
        }
Beispiel #2
0
 public InputSettingsViewModel(IProjectService projectService, IBusyService busyService, SyllabifierViewModel syllabifierViewModel,
                               PoorMansAffixIdentifierViewModel affixIdentifierViewModel)
     : base("Input", projectService, busyService, syllabifierViewModel, affixIdentifierViewModel)
 {
 }