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