Exemplo n.º 1
0
 public void Visit(Leader e)
 {
     Console.WriteLine("I am the boss");
 }
Exemplo n.º 2
0
 public void Visit(Leader e)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Visit(Leader e)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void Visit(Leader e)
 {
     Console.WriteLine("I am the boss");
 }