cs_elbot.TCPWrapper.OnGotConnected C# (CSharp) Method

OnGotConnected() protected method

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