Monday, October 13, 2008


public void class Car
{
private int _id;

public int Id
{
get: return _id;
set: _id = value;
}

No comments: