Ejemplo n.º 1
0
 public void Visit(NCloud component)
 {
     component.View = PostProcessView(new NCloudView(component));
 }
Ejemplo n.º 2
0
 public NCloudView(NCloud element)
     : base(element)
 {
     this.element = element;
 }