コード例 #1
0
 private void LoadCurrentObject(ProfileViewModel p)
 {
     Firstname = p.Firstname;
     Lastname  = p.Lastname;
     Address   = p.Address;
 }
コード例 #2
0
 private void LoadCurrentObject(ProfileViewModel profileViewModel)
 {
     this.FirstName    = profileViewModel.FirstName;
     this.LastName     = profileViewModel.LastName;
     this.EmailAddress = profileViewModel.EmailAddress;
 }