예제 #1
0
        public void Initialize()
        {
            if (contact != null)
            {
                contact.Clear();
            }

            contact.AddAll(Contacts.GetABPersonElementFrom(this.Sms, true));
        }
예제 #2
0
 public void Initialize()
 {
     if (this.smsGroup != null)
     {
         this.contactSection.Elements = Contacts.GetABPersonElementFrom(this.smsGroup.Sms);
     }
     else
     {
         this.contactSection.Elements = Contacts.GetABPersonElementFrom(null);
     }
 }