示例#1
0
 public Vehicle(int ID)
 {
     Element = VehiclesController.GetByID(ID);
 }