Esempio n. 1
0
        } //end profile view button

        private void ProfileEditContactButton_Click(object sender, EventArgs e)
        {
            profile.EditContact(profileEmailTextBox, profilePhoneTextBox, profileFNameBox, profileLNameBox);
        } //end profile edit contact button
Esempio n. 2
0
 private void ProfileEditButton2_Click(object sender, EventArgs e)
 {
     profile.EditContact(profileEmailTextBox, profilePhoneTextBox);
 }