コード例 #1
0
 public PartsOfSpeechViewController(MainViewController mvc, RogetCategory displayCategory)
     : base()
 {
     rootmvc = mvc;
     partsOfSpeech = displayCategory.PartsOfSpeech;
 }
コード例 #2
0
 public PartsOfSpeechViewController(MainViewController mvc, RogetCategory displayCategory) : base()
 {
     rootmvc       = mvc;
     partsOfSpeech = displayCategory.PartsOfSpeech;
 }