Exemplo n.º 1
0
        } //end profile add vacation button

        private void RemoveVacationButton_Click(object sender, EventArgs e)
        {
            profile.RemoveVacation(tempVac);
            profile.ListVacations(vacationsGrid);
        } //end profile remove vacation button