Пример #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            update = "SI";

            Ingreso_Facturas ingfac = new Ingreso_Facturas();

            ingfac.Show();
        }
Пример #2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            Ingreso_Facturas ingfac = new Ingreso_Facturas();

            ingfac.ShowDialog();
        }