public void SetCommand(SavedCommand3 cmd) {
      _sentCommand = cmd;

      IsNew = true;
    }
Beispiel #2
0
        public void SetCommand(SavedCommand3 cmd)
        {
            _sentCommand = cmd;

            IsNew = true;
        }