Exemplo n.º 1
0
 public Controller(View view, Swarm model)
 {
     this.model = model;
     this.view  = view;
 }