private void ProfileEditButton1_Click(object sender, EventArgs e) { int hours = 0; profile.EditMyHours(hours, eID); //profile.EditVacation(profileStartDate, profileEndDate); }
} //end profile edit project hours button private void ProfileEditHoursButton_Click(object sender, EventArgs e) { profile.EditMyHours(profileHoursTextBox); } //end profile edit hours button