Exemple #1
0
        private void requestAuthorizeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmPurchaseAuthontication a = new frmPurchaseAuthontication();

            a.MdiParent = this;
            a.Show();
        }
Exemple #2
0
        private void productReceivedToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmPurchaseAuthontication a = new frmPurchaseAuthontication();

            a.MdiParent = this;
            a.Show();
        }