Ejemplo n.º 1
0
 public static IR1Top RDelegate(this IR1Top r1Top, IGDelegate gDelegate)
 {
     r1Top.RComment(gDelegate.GComment);
     r1Top.RDelegateDeclaration(gDelegate.GDelegateDeclaration);
     return(r1Top);
 }