Esempio n. 1
0
        private void BtnInventoryMHeader_Click(object sender, EventArgs e)
        {
            InventoryDashboard ind = new InventoryDashboard();

            this.Hide();
            ind.ShowDialog();
        }
Esempio n. 2
0
        private void Button15_Click(object sender, EventArgs e)
        {
            InventoryDashboard inveDash = new InventoryDashboard();

            this.Hide();
            inveDash.ShowDialog();
        }