Exemplo n.º 1
0
 public void Init(Table.Table table)
 {
     _hits = _hitGenerator.GenerateHitObjects(table, this);
 }
Exemplo n.º 2
0
 public void Init(Table.Table table)
 {
     EventProxy = new EventProxy(this);
     _hits      = _hitGenerator.GenerateHitObjects(table, EventProxy);
 }