Ejemplo n.º 1
0
        private void mnuItem_SupplierAccount_Click_1(object sender, EventArgs e)
        {
            frmSupplierAccounts frm = new frmSupplierAccounts();

            frm.ShowDialog();
        }
Ejemplo n.º 2
0
        private void mnuItem_SupplierAccount_Click(object sender, EventArgs e)
        {
            frmSupplierAccounts frm = new frmSupplierAccounts();

            switchForm(frm);
        }