Exemple #1
0
        } //end profile edit contact button

        private void AddVacationButton_Click(object sender, EventArgs e)
        {
            profile.EditVacation(profileStartDate, profileEndDate);
            profile.ListVacations(vacationsGrid);
        } //end profile add vacation button