Example #1
0
        private void vENTASToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormListarVentas Vn = new FormListarVentas();

            Vn.MdiParent = this;
            Vn.Show();
        }
Example #2
0
        private void btnVentas_Click(object sender, EventArgs e)
        {
            FormListarVentas Vn = new FormListarVentas();

            Vn.Show();
        }