예제 #1
0
파일: LClass.cs 프로젝트: TrutzX/9Nations
 private void Add(Dictionary <string, IRun> holder, IRun run)
 {
     holder[run.ID()] = run;
 }