NitroDebugger.RSP.CommandPacket.CommandPacket C# (CSharp) Method

CommandPacket() public method

public CommandPacket ( string command ) : System
command string
return System
        public CommandPacket(string command)
        {
            this.Command = command;
        }