private void deleteToolStripMenuItem8_Click(object sender, EventArgs e) { frm_Find_Cus_Invoices fndcust = new frm_Find_Cus_Invoices(); fndcust.Show(); }
private void button2_Click(object sender, EventArgs e) { frm_Find_Cus_Invoices c = new frm_Find_Cus_Invoices(); c.Show(); }
private void searchEditToolStripMenuItem4_Click(object sender, EventArgs e) { frm_Find_Cus_Invoices fndcust = new frm_Find_Cus_Invoices(); fndcust.Show(); }