public void Show(TopicViewController topicView, IList <IDecision> decisions)
 {
     _topic     = topicView.Topic;
     _topicView = topicView;
     _decisions = decisions;
     ReloadData();
     RefreshData();
 }
Ejemplo n.º 2
0
 public TopicViewDelegater(TopicViewController topicView)
 {
     _topicView = topicView;
     BindListeners();
 }