예제 #1
0
 public Gather Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }
예제 #2
0
 public Prompt Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }