cs_elbot.TCPWrapper.OnSentCommand C# (CSharp) Method

OnSentCommand() private method

private OnSentCommand ( SentCommandEventArgs e ) : void
e SentCommandEventArgs
return void
        private void OnSentCommand(SentCommandEventArgs e)
        {
            if(SentCommand!=null)
                SentCommand(this,e);
        }