コード例 #1
0
ファイル: FrmParametros.cs プロジェクト: wdariasm/ActFI
        private void seleccionarDoc(object sender, EventArgs e)
        {
            setTexto = (TextBox)sender;
            FrmSelTipoDocumento frm = new FrmSelTipoDocumento();

            frm.ShowDialog(this);
        }
コード例 #2
0
ファイル: FrmDocumentos.cs プロジェクト: wdariasm/ActFI
        private void txtDocumento_DoubleClick(object sender, EventArgs e)
        {
            busGrilla = false;
            textoSel  = (TextBox)sender;
            FrmSelTipoDocumento FRM = new FrmSelTipoDocumento();

            FRM.ShowDialog(this);
        }