Beispiel #1
0
        private void btnVerReferencia_Click(object sender, EventArgs e)
        {
            frmListaDocumento ListaRecepciones = new frmListaDocumento("O");

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

            ListaDocumento.ShowDialog(this);
        }