Example #1
0
        //Cancel Purchase Invoice
        private void διόρθωσηToolStripMenuItem3_Click(object sender, EventArgs e)
        {
            CancelPurchaseInvoice csInvoice = new CancelPurchaseInvoice();

            csInvoice.MdiParent = this;
            csInvoice.Show();
        }
Example #2
0
 //Cancel Purchase Invoice
 private void διόρθωσηToolStripMenuItem3_Click(object sender, EventArgs e)
 {
     CancelPurchaseInvoice csInvoice = new CancelPurchaseInvoice();
     csInvoice.MdiParent = this;
     csInvoice.Show();
 }