Пример #1
0
 public void Visit(Leader e)
 {
     Console.WriteLine("I am the boss");
 }
Пример #2
0
 public void Visit(Leader e)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void Visit(Leader e)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Visit(Leader e)
 {
     Console.WriteLine("I am the boss");
 }