Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            Historial h = new Historial();

            h.tipo = "producto";
            this.Dispose();
            h.ShowDialog();
        }
Example #2
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            Historial h = new Historial();

            h.tipo = "pedido";
            this.Dispose();
            h.ShowDialog();
        }