Files
2026-08-04 06:56:44 -06:00

11 lines
117 B
C#

namespace Contacts
{
public enum PhoneType
{
Cell,
Work,
Home,
Other
}
}