예제 #1
0
 public void Visit(NCloud component)
 {
     component.View = PostProcessView(new NCloudView(component));
 }
예제 #2
0
 public NCloudView(NCloud element)
     : base(element)
 {
     this.element = element;
 }