private void NViewLeaveBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            InventoryDashboard add = new InventoryDashboard();

            add.Show();
        }
Ejemplo n.º 2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            InventoryDashboard add = new InventoryDashboard();

            add.Show();
        }
Ejemplo n.º 3
0
        private void NViewLeaveBtn_Click(object sender, EventArgs e)
        {
            InventoryDashboard h1 = new InventoryDashboard();

            this.Hide();
            h1.Show();
        }