Ejemplo n.º 1
0
 public void Visit(CThing cThing)
 {
     Result = new CTransformedThing(cThing, Arg);
 }
Ejemplo n.º 2
0
 class CTransformedThing : ITransformedThing { public CTransformedThing(CThing cThing, int arg)
                                               {
                                               }