Ejemplo n.º 1
0
 public TeerlingController()
 {
     view = new TeerlingView( this );
     model = new TeerlingModel();
 }
 public TeerlingController()
 {
     view  = new TeerlingView(this);
     model = new TeerlingModel();
 }