예제 #1
0
파일: Form1.cs 프로젝트: AleOrdaz/ADMI_BD
        private void Venta_Click_1(object sender, EventArgs e)
        {
            Ventas venta = new Ventas(conexion);

            venta.Show();
        }
예제 #2
0
        /**Llamado de las ventas**/
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            Ventas venta = new Ventas(conexion2);

            venta.Show();
        }