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