Exemplo n.º 1
0
 public void ImportUserProfile(AddressBookItem item)
 {
     this.importUserProfile = item;
     this.userProfile = null;
     if (this.importUserProfile != null)
         UpdatePropertiesFromImportUserProfile();
 }
Exemplo n.º 2
0
 public RecordUserProfile(AddressBookItem item)
 {
     ImportUserProfile(item);
 }
Exemplo n.º 3
0
 public void Clear()
 {
     ClearProperties();
     userProfile = null;
     importUserProfile = null;
 }