Exemplo n.º 1
0
        public void DoTest(ConnectionTestDialog dlg, ConnectionInfo info)
        {
            Stop();

            if (_testService != null)
            {
                _testService.DoClose();
            }

            _testService = new TestService(dlg);

            _testService.DoTest();
        }
Exemplo n.º 2
0
 public TestService(ConnectionTestDialog dlg)
 {
     _dlg = dlg;
 }