Esempio n. 1
0
 public void Visit(TriangleClient client)
 {
     client.Picture = new DrawingResult();
 }
Esempio n. 2
0
 public void Visit(TriangleClient client)
 {
     client.AnglesCount = 3;
 }