예제 #1
0
 /**
  * Set the descriptive text shown on the ShowcaseView.
  */
 public Builder SetContentText(string text)
 {
     _showcaseView.SetContentText(text);
     return(this);
 }