public InsiderProgramDetailPage() { this.ViewModel = DetailViewModel.CreateNew(Singleton <InsiderProgramConfig> .Instance); this.InitializeComponent(); new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName); }
public YouTubeDetailPage() { this.ViewModel = DetailViewModel.CreateNew(Singleton <YouTubeConfig> .Instance); this.ViewModel.SupportFullScreen = true; this.InitializeComponent(); new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName); }