Exemple #1
0
        private void seleccionarDoc(object sender, EventArgs e)
        {
            setTexto = (TextBox)sender;
            FrmSelTipoDocumento frm = new FrmSelTipoDocumento();

            frm.ShowDialog(this);
        }
Exemple #2
0
        private void txtDocumento_DoubleClick(object sender, EventArgs e)
        {
            busGrilla = false;
            textoSel  = (TextBox)sender;
            FrmSelTipoDocumento FRM = new FrmSelTipoDocumento();

            FRM.ShowDialog(this);
        }