Виртуальная песочница (тм)

Wednesday, September 22, 2010

Why you shouldn't offshore your software development


public class Contact {
/// <summary>
/// Gets or sets the name of the first.
/// </summary>
/// <value>The name of the first.</value>
public string FirstName {
get { return _firstName; }
set { _firstName = value; }
}
}

No comments: