/// <summary> /// Handles the Click event of the Add control. /// </summary> void Delete_Click(object sender, EventArgs e) { DeleteDialog dlg = new DeleteDialog(); dlg.ShowDialog(); }