Exemplo n.º 1
0
 public ConversationStatementNode WithElse(LinkedStatement ls)
 {
     ELSE = ls;
     return(this);
 }
Exemplo n.º 2
0
 public ConversationStatementNode WithIf(LinkedStatement ls)
 {
     IF = ls;
     return(this);
 }