Esempio n. 1
0
 public Gather Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }
Esempio n. 2
0
 public Prompt Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }