Example #1
0
 private void BtnGraficosVentaGeneral_Click(object sender, EventArgs e)
 {
     ofrmGraficos = new frmGraficos();
     ofrmGraficos.ShowDialog();
 }
Example #2
0
 private void BtnVentas_Click(object sender, EventArgs e)
 {
     ofrmGraficos = new frmGraficos(clsConexion.SucursalSession);
     ofrmGraficos.ShowDialog();
 }