Esempio n. 1
0
 /// <summary>
 /// Set up second review message shown after SecondCount launches.
 /// </summary>
 private void SetupSecondMessage()
 {
     Title   = string.Format(FeedbackOverlay.GetRatingTitle(this), GetApplicationName());
     Message = FeedbackOverlay.GetRatingMessage2(this);
     YesText = FeedbackOverlay.GetRatingYes(this);
     NoText  = FeedbackOverlay.GetRatingNo(this);
 }