Exemplo n.º 1
0
 public ResultLogView(ResultLog log)
 {
     _log = log;
     log.RegisterEvents(this);
     UpdateView();
 }