Esempio n. 1
0
        //Receive Note
        private void δελτίοΠαραλαβήςToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TempReceipt treceipt = new TempReceipt();

            treceipt.MdiParent = this;
            treceipt.Show();
        }
Esempio n. 2
0
 //Receive Note
 private void δελτίοΠαραλαβήςToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TempReceipt treceipt = new TempReceipt();
     treceipt.MdiParent = this;
     treceipt.Show();
 }