Example #1
0
 public DataPresenter(IMap view)
 {
     Unit    = new MyModel();
     MapObj  = new TruckSimulator_n.Map();
     Mapview = view;
 }