Ejemplo n.º 1
0
        private void inventoryRecordToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmInventoryData1 frm = new frmInventoryData1();

            frm.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnProductManagement_Click(object sender, EventArgs e)
        {
            frmInventoryData1 frm = new frmInventoryData1();

            frm.ShowDialog();
        }