Пример #1
0
 private void Add(Dictionary <string, IRun> holder, IRun run)
 {
     holder[run.ID()] = run;
 }