Example #1
0
 internal ABAddressBook(IntPtr handle, bool owns)
 {
     InitConstants.Init();
     if (!owns)
     {
         CFObject.CFRetain(handle);
     }
     this.handle = handle;
 }
Example #2
0
 public ABGroup()
     : base(ABGroupCreate(), true)
 {
     InitConstants.Init();
 }
Example #3
0
 static ABGroupProperty()
 {
     InitConstants.Init();
 }
Example #4
0
 internal ABAddressBook(IntPtr handle)
 {
     InitConstants.Init();
     this.handle = handle;
 }
Example #5
0
        public ABAddressBook()
        {
            this.handle = ABAddressBookCreate();

            InitConstants.Init();
        }
Example #6
0
 static ABSourcePropertyId()
 {
     InitConstants.Init();
 }