コード例 #1
0
 public Part1()
 {
     particlesRepository = new ParticlesRepository();
     simulation          = new Simulation();
 }