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; }
}
}
Виртуальная песочница (тм)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment