//Purchase Invoices #region Purchase Invoice //New Purchase Invoice private void new_ToolStripMenuItem2_Click(object sender, EventArgs e) { InvoicesP inv = new InvoicesP(); inv.MdiParent = this; inv.Show(); }
//New Purchase Invoice private void new_ToolStripMenuItem2_Click(object sender, EventArgs e) { InvoicesP inv = new InvoicesP(); inv.MdiParent = this; inv.Show(); }