Exemplo n.º 1
0
            internal bool Attach(CClientSocket cs)
            {
                bool ok = true;

                Detach();
                if (cs != null)
                {
                    ok             = cs.Attach(this);
                    m_ClientSocket = cs;
                }
                return(ok);
            }