public void TestConnectionListener()
        {
            MockConnectionListener listener = new MockConnectionListener();

            m_table.AddConnectionListener(listener, true);

            Thread.Sleep(20);
            m_table.RemoveConnectionListener(listener);

            Assert.Pass("If we have gotten here without an exception we pass. Cannot test more without a remote.");
        }
        public void TestConnectionListener()
        {
            MockConnectionListener listener = new MockConnectionListener();

            m_table.AddConnectionListener(listener, true);

            Thread.Sleep(20);
            m_table.RemoveConnectionListener(listener);

            Assert.Pass("If we have gotten here without an exception we pass. Cannot test more without a remote.");
        }