Пример #1
0
 public void Draw()
 {
     _dm.Draw();
 }
Пример #2
0
 public void Visit(LabelDecorator label)
 {
     drawAdapter.Draw(label);
 }