Exemplo n.º 1
0
        private void TestReceiveSelectionCallbacks()
        {
            bool b;

            m_read.SetReceiveSelectionCallbacks(true);
            m_read.GetReceiveSelectionCallbacks(out b);

            Debug.Assert(b);
        }