示例#1
0
 public Builder SetDismissText(string dismissText)
 {
     _showcaseView.SetDismissText(dismissText);
     return(this);
 }