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

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

            IsNew = true;
        }