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