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

            treceipt.MdiParent = this;
            treceipt.Show();
        }
コード例 #2
0
ファイル: Start.cs プロジェクト: cosior/OilPress
 //Receive Note
 private void δελτίοΠαραλαβήςToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TempReceipt treceipt = new TempReceipt();
     treceipt.MdiParent = this;
     treceipt.Show();
 }