Example #1
0
 public void OnCheckoutRatings()
 {
     commentView.LoadComments(teacher.comments, false);
     commentViewBase.OnOpen();
 }
Example #2
0
 public void OnRate()
 {
     ratingView.Initialize(teacher);
     ratingViewBase.OnOpen();
 }
Example #3
0
 public void OnCheckoutRatings()
 {
     commentView.LoadComments((currentUser as Teacher).comments, true);
     commentViewBase.OnOpen();
 }