コード例 #1
0
ファイル: Command.cs プロジェクト: houbincarson/DesignPattern
 public void ExecuteCommand()
 {
     _command.MakeDumplings();
 }