Esempio n. 1
0
        public YouTubeListPage()
        {
            this.ViewModel = ListViewModel.CreateNew(Singleton <YouTubeConfig> .Instance);

            this.InitializeComponent();
            new Microsoft.ApplicationInsights.TelemetryClient().TrackPageView(this.GetType().FullName);
        }
Esempio n. 2
0
        public WhatArePeopleTalkingAboutListPage()
        {
            this.ViewModel = ListViewModel.CreateNew(Singleton <WhatArePeopleTalkingAboutConfig> .Instance);

            this.InitializeComponent();

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