Ejemplo n.º 1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public GblIf()
 {
     Children = new GblNodeCollection(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public GblCorrec()
 {
     Children = new GblNodeCollection(this);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public GblRepeat()
 {
     Children = new GblNodeCollection(this);
 }