コード例 #1
0
 public NRoundView(NRound element)
     : base(element)
 {
     this.element = element;
 }
コード例 #2
0
 public void Visit(NRound component)
 {
     component.View = PostProcessView(new NRoundView(component));
 }