Ejemplo n.º 1
0
 // Get one JamesBondCar.
 public JamesBondCar GetJBCByIndex(int i)
 {
     LeaseInfo.LeaseStats((ILease)this.GetLifetimeService());
     return((JamesBondCar)theJBCars[i]);
 }
Ejemplo n.º 2
0
 // Get all the JamesBondCars.
 public List <JamesBondCar> GetAllAutos()
 {
     LeaseInfo.LeaseStats((ILease)this.GetLifetimeService());
     return(theJBCars);
 }