コード例 #1
0
ファイル: MainForm.cs プロジェクト: BradAricW/SeniorProject
        } //end profile view button

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