Example #1
0
 public override ContentPage EntertainmentPageInstance(Attraction attraction)
 {
     return(new TakingPicturePage(this, attraction));
 }
Example #2
0
 public override ContentPage EntertainmentPageInstance(Attraction attraction)
 {
     return(new JigsawPuzzlePage(this, attraction));
 }
Example #3
0
 public abstract ContentPage EntertainmentPageInstance(Attraction attraction);