private void btnVerReferencia_Click(object sender, EventArgs e) { frmListaDocumento ListaRecepciones = new frmListaDocumento("O"); ListaRecepciones.ShowDialog(this); }
private void btnBuscarDocumentoHasta_Click(object sender, EventArgs e) { frmListaDocumento ListaDocumento = new frmListaDocumento("R", 2); ListaDocumento.ShowDialog(this); }