示例#1
0
 private void UpdateCommand(CustomCommand command)
 {
     UnregisterCommand(command);
     RegisterCommand(command);
 }