Exemplo n.º 1
0
 static void Main(string[] args)
 {
     Forest forest = new Forest(100, 100);
 }
Exemplo n.º 2
0
 public ForestDrawer(Forest forest)
 {
     _forest = forest;
 }