init commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Contacts
|
||||
{
|
||||
|
||||
public enum AddressType
|
||||
{
|
||||
Home,
|
||||
Business,
|
||||
Work,
|
||||
Other
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user