Ejemplo n.º 1
0
        public InsiderProgramDetailPage()
        {
            this.ViewModel = DetailViewModel.CreateNew(Singleton <InsiderProgramConfig> .Instance);

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

            this.InitializeComponent();
            new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
        }