예제 #1
0
 public carCollection()
 {
     carName = new MyList <string>();
     yearCar = new MyList <DateTime>();
 }