cs_elbot.TCPWrapper.OnSentCommand C# (CSharp) 메소드

OnSentCommand() 개인적인 메소드

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