コード例 #1
0
 public ABGroup()
     : base(ABGroupCreate(), true)
 {
     InitConstants.Init();
 }
コード例 #2
0
ファイル: ABPerson.cs プロジェクト: sbomer/xamarin-macios
 static ABPersonPropertyId()
 {
     InitConstants.Init();
 }
コード例 #3
0
 internal ABAddressBook(IntPtr handle)
 {
     InitConstants.Init();
     this.handle = handle;
 }
コード例 #4
0
 static ABGroupProperty()
 {
     InitConstants.Init();
 }
コード例 #5
0
 static ABSourcePropertyId()
 {
     InitConstants.Init();
 }
コード例 #6
0
        public ABAddressBook()
        {
            this.handle = ABAddressBookCreate();

            InitConstants.Init();
        }
コード例 #7
0
 public ABPerson()
     : base(ABPersonCreate(), true)
 {
     InitConstants.Init();
 }
コード例 #8
0
 static ABPersonPhoneLabel()
 {
     InitConstants.Init();
 }
コード例 #9
0
 static ABPersonRelatedNamesLabel()
 {
     InitConstants.Init();
 }
コード例 #10
0
 static ABLabel()
 {
     InitConstants.Init();
 }
コード例 #11
0
 static ABPersonUrlLabel()
 {
     InitConstants.Init();
 }
コード例 #12
0
 static ABPersonInstantMessageKey()
 {
     InitConstants.Init();
 }
コード例 #13
0
 static ABPersonInstantMessageService()
 {
     InitConstants.Init();
 }
コード例 #14
0
ファイル: ABPerson.cs プロジェクト: sbomer/xamarin-macios
 static ABPersonAddressKey()
 {
     InitConstants.Init();
 }
コード例 #15
0
 internal ABAddressBook(NativeHandle handle, bool owns)
     : base(handle, owns)
 {
     InitConstants.Init();
 }
コード例 #16
0
ファイル: ABPerson.cs プロジェクト: sbomer/xamarin-macios
 static ABPersonDateLabel()
 {
     InitConstants.Init();
 }
コード例 #17
0
 static ABPersonKindId()
 {
     InitConstants.Init();
 }