Exemplo n.º 1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            update = "SI";

            Ingreso_Facturas ingfac = new Ingreso_Facturas();

            ingfac.Show();
        }
Exemplo n.º 2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            Ingreso_Facturas ingfac = new Ingreso_Facturas();

            ingfac.ShowDialog();
        }