Exemplo n.º 1
0
        public Command(Controller c)
        {
            this.c = c;
            SerialComm comm = c.r.comm;

            ID = comm.NextCommandID();
        }