Пример #1
0
        private void btnBuscarDocumentoDesde_Click(object sender, EventArgs e)
        {
            frmListaDocumento ListaDocumentos = new frmListaDocumento("O", 1);

            ListaDocumentos.ShowDialog(this);
        }
Пример #2
0
        private void btnBuscarDocumentoHasta_Click(object sender, EventArgs e)
        {
            frmListaDocumento ListaDocumento = new frmListaDocumento("D", 2);

            ListaDocumento.ShowDialog(this);
        }
Пример #3
0
        private void btnVerFactura_Click(object sender, EventArgs e)
        {
            frmListaDocumento ListaRecepciones = new frmListaDocumento("R");

            ListaRecepciones.ShowDialog(this);
        }