cs_elbot.TCPWrapper.OnGotDisconnected C# (CSharp) Method

OnGotDisconnected() protected method

protected OnGotDisconnected ( EventArgs e ) : void
e System.EventArgs
return void
        protected void OnGotDisconnected(EventArgs e)
        {
            if(GotDisconnected!=null)
                GotDisconnected(this,e);
        }