Exemplo n.º 1
0
 static void Render(Graphics graphics, Node node)
 {
     node.Render(graphics);
 }