Ejemplo n.º 1
0
        private void btnReaderSelect_Click(System.Object sender, System.EventArgs e)
        {
            if (_readerSelection == null)
            {
                _readerSelection        = new ReaderSelection();
                _readerSelection.Sender = this;
            }

            _readerSelection.SetEikon();

            _readerSelection.Dispose();
            _readerSelection = null;
        }
Ejemplo n.º 2
0
        private void SeleccionarLector()
        {
            if (_readerSelection == null)
            {
                _readerSelection        = new ReaderSelection();
                _readerSelection.Sender = this;
            }

            _readerSelection.ShowDialog();

            _readerSelection.Dispose();
            _readerSelection = null;
        }