Ejemplo n.º 1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            inventory f5 = new inventory();

            this.Hide();
            f5.ShowDialog();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            inventory f1 = new inventory();

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