コード例 #1
0
ファイル: Client.cs プロジェクト: thinking2535/Rso
            void _Logout(CList <_SClient> .SIterator Client_)
            {
                Client_.Data.SetNullAccount();

                if (_NetA.IsConnecting((TPeerCnt)Client_.Index))
                {
                    _NetA.Close((TPeerCnt)Client_.Index);
                }

                if (_NetM.IsConnecting((TPeerCnt)Client_.Index))
                {
                    _NetM.Close((TPeerCnt)Client_.Index);
                }

                if (_NetS.IsConnecting((TPeerCnt)Client_.Index))
                {
                    _NetS.Close((TPeerCnt)Client_.Index);
                }
            }