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); } }