Sharplike.Core.Input.CommandData.CommandData C# (CSharp) 메소드

CommandData() 공개 메소드

public CommandData ( String command ) : System
command String
리턴 System
        public CommandData(String command)
        {
            this.Command = command;
            this.IsMouseEvent = false;
        }

Same methods

CommandData::CommandData ( String command, System.Boolean isMouseEvent ) : System