cs_elbot.TCPWrapper.OnGotCommand C# (CSharp) Method

OnGotCommand() private method

private OnGotCommand ( GotCommandEventArgs e ) : void
e GotCommandEventArgs
return void
        private void OnGotCommand(GotCommandEventArgs e)
        {
            if(GotCommand!=null)
                GotCommand(this,e);
        }