private void btnCOI_Add_Click(object sender, EventArgs e) { fAECOInsured badd = new fAECOInsured(cocno); badd.ShowDialog(); }
private void btnCOI_Edit_Click(object sender, EventArgs e) { fAECOInsured bedit = new fAECOInsured(id, cid, firstname, middlename, lastname, birthdate, relationship); bedit.Show(); }