/// <summary> /// 撤销命令 /// </summary> protected virtual void UnDoCommand() { m_commandInvoker.ActionUnDo(); }