示例#1
0
        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();
        }
示例#3
0
        private void searchEditToolStripMenuItem4_Click(object sender, EventArgs e)
        {
            frm_Find_Cus_Invoices fndcust = new frm_Find_Cus_Invoices();

            fndcust.Show();
        }