Example #1
0
 public void Run()
 {
     // јбстрагирование вариантов использовани¤.
     bottle.Interact(water, cover);
 }
Example #2
0
 public void Run()
 {
     _bottle.Interact(_water, _sticker);
 }
Example #3
0
 public void Run()
 {
     bottle.Interact(water);
 }
Example #4
0
 public void Run()
 {
     _water.InteractWithCover(_cover);
     _bottle.Interact(_water);
 }