Example #1
0
        public void FormClosed()
        {
            _form = null;
            _timer.Abort();
            _timer.Enabled = false;

            _output.DeviceFormClosed(this);
        }
Example #2
0
        public void FormClosed()
        {
            if (_form != null)
            {
                _form = null;
            }


            if (_form1 != null)
            {
                _form1.Close();
                _form1 = null;
            }

            if (_form2 != null)
            {
                _form2.Close();
                _form2 = null;
            }

            _output.DeviceFormClosed(this);
        }
Example #3
0
        public void FormClosed()
        {
            _form = null;

            _output.DeviceFormClosed(this);
        }