Exemple #1
0
 public SimController(ISimModel model, ISimView view)
 {
     this.model      = model;
     this.view       = view;
     this.simulating = true;
 }
Exemple #2
0
 public SimController(ISimModel model, ISimView view)
 {
     this.model = model;
       this.view = view;
       this.view.AddListener(this);
 }