Exemplo n.º 1
0
 public StatisticsController(IStatisticsView i_View)
 {
     r_StatisticsView = i_View;
     i_View.SetEventListener(this);
 }