Command pattern: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m robot Aggiungo: zh:命令模式 |
|||
Riga 11:
==Esempio==
In un modulo (python) è definito il seguente oggetto.
<pre>
Riga 85:
work.execute(self.getSelectedWall())
</pre>
==Considerazioni==
|