private void bttn_Consultar_Click(object sender, EventArgs e)
 {
     string Apartir = dateTimePicker_Apartir.Value.ToString();
     string Hasta = dateTimePicker_Hasta.Value.ToString();
     Reporte_Historial_Abono_a_proveedores rc = new Reporte_Historial_Abono_a_proveedores();
     rc.recibe_DatoA(Apartir);
     rc.recibe_DatoH(Hasta);
     rc.Show();
 }
        private void bttn_Consultar_Click(object sender, EventArgs e)
        {
            string Apartir = dateTimePicker_Apartir.Value.ToString();
            string Hasta   = dateTimePicker_Hasta.Value.ToString();
            Reporte_Historial_Abono_a_proveedores rc = new Reporte_Historial_Abono_a_proveedores();

            rc.recibe_DatoA(Apartir);
            rc.recibe_DatoH(Hasta);
            rc.Show();
        }