예제 #1
0
        //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();
        }
예제 #2
0
파일: Start.cs 프로젝트: cosior/OilPress
 //New Purchase Invoice
 private void new_ToolStripMenuItem2_Click(object sender, EventArgs e)
 {
     InvoicesP inv = new InvoicesP();
     inv.MdiParent = this;
     inv.Show();
 }