Example #1
0
 public ABGroup()
     : base(ABGroupCreate(), true)
 {
     InitConstants.Init();
 }
Example #2
0
 static ABPersonPropertyId()
 {
     InitConstants.Init();
 }
 internal ABAddressBook(IntPtr handle)
 {
     InitConstants.Init();
     this.handle = handle;
 }
Example #4
0
 static ABGroupProperty()
 {
     InitConstants.Init();
 }
Example #5
0
 static ABSourcePropertyId()
 {
     InitConstants.Init();
 }
        public ABAddressBook()
        {
            this.handle = ABAddressBookCreate();

            InitConstants.Init();
        }
Example #7
0
 public ABPerson()
     : base(ABPersonCreate(), true)
 {
     InitConstants.Init();
 }
Example #8
0
 static ABPersonPhoneLabel()
 {
     InitConstants.Init();
 }
Example #9
0
 static ABPersonRelatedNamesLabel()
 {
     InitConstants.Init();
 }
Example #10
0
 static ABLabel()
 {
     InitConstants.Init();
 }
Example #11
0
 static ABPersonUrlLabel()
 {
     InitConstants.Init();
 }
Example #12
0
 static ABPersonInstantMessageKey()
 {
     InitConstants.Init();
 }
Example #13
0
 static ABPersonInstantMessageService()
 {
     InitConstants.Init();
 }
Example #14
0
 static ABPersonAddressKey()
 {
     InitConstants.Init();
 }
Example #15
0
 internal ABAddressBook(NativeHandle handle, bool owns)
     : base(handle, owns)
 {
     InitConstants.Init();
 }
Example #16
0
 static ABPersonDateLabel()
 {
     InitConstants.Init();
 }
Example #17
0
 static ABPersonKindId()
 {
     InitConstants.Init();
 }