示例#1
0
        private void ConsultarMateriaPrima_Click(object sender, EventArgs e)
        {
            GestionarInventario form = new GestionarInventario(Empleado);

            form.Show();
            this.Hide();
        }
示例#2
0
        private void Gestion_Inventario_Click(object sender, EventArgs e)
        {
            GestionarInventario form = new GestionarInventario(Empleado);

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