public PartsOfSpeechViewController(MainViewController mvc, RogetCategory displayCategory)
     : base()
 {
     rootmvc = mvc;
     partsOfSpeech = displayCategory.PartsOfSpeech;
 }
Esempio n. 2
0
 public PartsOfSpeechViewController(MainViewController mvc, RogetCategory displayCategory) : base()
 {
     rootmvc       = mvc;
     partsOfSpeech = displayCategory.PartsOfSpeech;
 }