Exemplo n.º 1
0
 public Left(ref Burglar s)
 {
     boy = s;
 }
Exemplo n.º 2
0
 public Right(ref Burglar s)
 {
     burglar = s;
 }